Skip to content

MODDCB-292: Use claim returned resolution during check-in#269

Merged
OleksandrVidinieiev merged 18 commits into
masterfrom
MODDCB-292
Jun 15, 2026
Merged

MODDCB-292: Use claim returned resolution during check-in#269
OleksandrVidinieiev merged 18 commits into
masterfrom
MODDCB-292

Conversation

@OleksandrVidinieiev

@OleksandrVidinieiev OleksandrVidinieiev commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

Purpose

Pass claim returned resolution in check-in request when replicating the check-in in the borrowing tenant.
Resolves MODDCB-292

Approach

  • accept context object with claimReturnedResolution in transaction status update request
  • pass this value into replicated check-in request

Changes Checklist

  • API Changes: Document any API paths, methods, request or response bodies changed, added, or removed.
  • Database Schema Changes: Indicate any database schema changes and their impact. Confirm that migration scripts were created.
  • Interface Version Changes: Indicate any changes to interface versions.
  • Interface Dependencies: Document added or removed dependencies.
  • Permissions: Document any changes to permissions.
  • Logging: Confirm that logging is appropriately handled.
  • Unit Testing: Confirm that changed classes were covered by unit tests.
  • Integration Testing: Confirm that changed logic was covered by integration tests.
  • Manual Testing: Confirm that changes were tested on local or dev environment.
  • NEWS: Confirm that the NEWS file is updated with relevant information about the changes made in this pull request.

Related Issues

MODDCB-292

Learning and Resources (if applicable)

Discuss any research conducted during the development of this pull request. Include links to relevant blog posts, patterns, libraries, or addons that were used to solve the problem.

Screenshots (if applicable)

If this pull request involves any visual changes or new features, consider including screenshots or GIFs to illustrate the changes.

@OleksandrVidinieiev OleksandrVidinieiev requested a review from a team as a code owner June 10, 2026 15:07
# Conflicts:
#	src/main/java/org/folio/dcb/service/CirculationService.java
#	src/main/java/org/folio/dcb/service/impl/BorrowingLibraryServiceImpl.java
#	src/main/java/org/folio/dcb/service/impl/CirculationServiceImpl.java
#	src/main/java/org/folio/dcb/service/impl/TransactionsServiceImpl.java
#	src/test/java/org/folio/dcb/service/BorrowingLibraryServiceTest.java
#	src/test/java/org/folio/dcb/service/CirculationServiceTest.java
@sonarqubecloud

Copy link
Copy Markdown

@OleksandrVidinieiev OleksandrVidinieiev merged commit 3ac9ff2 into master Jun 15, 2026
18 checks passed
@OleksandrVidinieiev OleksandrVidinieiev deleted the MODDCB-292 branch June 15, 2026 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants