Skip to content

Commit

Permalink
Migrate from circulation/check-in-by-barcode to circulation-bff/loans…
Browse files Browse the repository at this point in the history
…/check-in-by-barcode. Refs UICHKIN-437
  • Loading branch information
Dmitriy-Litvinenko committed Jan 15, 2025
1 parent e5e7a23 commit c684cd6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Change history for ui-checkin

## 9.3.0 IN PROGRESS
## 10.0.0 IN PROGRESS

* *BREAKING* Migrate from `circulation/check-in-by-barcode` to `circulation-bff/loans/check-in-by-barcode`. Refs UICHKIN-437.

## [9.2.1] (https://github.com/folio-org/ui-checkin/tree/v9.2.1) (2024-11-13)
[Full Changelog](https://github.com/folio-org/ui-checkin/compare/v9.2.0...v9.2.1)
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@folio/checkin",
"version": "9.3.0",
"version": "10.0.0",
"description": "Item Check-in",
"repository": "folio-org/ui-checkin",
"publishConfig": {
Expand Down Expand Up @@ -28,7 +28,8 @@
"inventory": "10.0 11.0 12.0 13.0 14.0",
"loan-policy-storage": "1.0 2.0",
"users": "15.0 16.0",
"feesfines": "17.0 18.0 19.0"
"feesfines": "17.0 18.0 19.0",
"circulation-bff-loans": "1.0"
},
"permissionSets": [
{
Expand All @@ -49,7 +50,7 @@
"accounts.collection.get",
"accounts.item.get",
"lost-item-fees-policies.collection.get",
"circulation.check-in-by-barcode.post",
"circulation-bff.loans.check-in-by-barcode.execute",
"circulation.requests.collection.get",
"feefineactions.collection.get",
"configuration.entries.collection.get",
Expand Down
2 changes: 1 addition & 1 deletion src/Scan.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ class Scan extends React.Component {
},
checkIn: {
type: 'okapi',
path: 'circulation/check-in-by-barcode',
path: 'circulation-bff/loans/check-in-by-barcode',
fetch: false,
throwErrors: false,
},
Expand Down

0 comments on commit c684cd6

Please sign in to comment.