Skip to content

Commit

Permalink
Merge pull request #2444 from folio-org/UIU-2858
Browse files Browse the repository at this point in the history
UIU-2858: Also support circulation 14.0
  • Loading branch information
Dmitriy-Litvinenko authored May 12, 2023
2 parents fd849a0 + c94b4e8 commit 2e34720
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
* Show success and Error toasts when Assign/unassign a users affiliations. Refs UIU-2852.
* "ui-users.settings.customfields.view" permission insufficient to view custom fields on user settings. Refs UIU-2863.
* Align affiliation assignment with stripes-core updates (switch active affiliation). Refs UIU-2855.
* Also support `circulation` `14.0`. Refs UIU-2858.

## [9.0.0](https://github.com/folio-org/ui-users/tree/v9.0.0) (2023-02-20)
[Full Changelog](https://github.com/folio-org/ui-users/compare/v8.1.0...v9.0.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"optionalOkapiInterfaces": {
"actual-cost-record-storage": "0.4",
"automated-patron-blocks": "0.1",
"circulation": "9.0 10.0 11.0 12.0 13.0",
"circulation": "9.0 10.0 11.0 12.0 13.0 14.0",
"consortia": "1.0",
"feesfines": "16.1 17.0 18.0",
"loan-policy-storage": "1.0 2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const props = (perm) => {
records: [
{
requests: [{
fulfilmentPreference: 'Hold Shelf',
fulfillmentPreference: 'Hold Shelf',
id: '9b120742-bd00-43db-9b72-477902f5cec7',
instance: { title: 'A semantic web primer' },
instanceId: '5bf370e0-8cca-4d9c-82e4-5170ab2a0a39',
Expand All @@ -82,7 +82,7 @@ const props = (perm) => {
records: [
{
requests: [{
fulfilmentPreference: 'Hold Shelf',
fulfillmentPreference: 'Hold Shelf',
id: '9b120742-bd00-43db-9b72-477902f5cec7',
instance: { title: 'A semantic web primer' },
instanceId: '5bf370e0-8cca-4d9c-82e4-5170ab2a0a39',
Expand Down

0 comments on commit 2e34720

Please sign in to comment.