diff --git a/CHANGELOG.md b/CHANGELOG.md index d53dd0a49..497986c3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 45cf2288b..d34221666 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/components/UserDetailSections/UserRequests/UserRequests.test.js b/src/components/UserDetailSections/UserRequests/UserRequests.test.js index a12f6d7f7..2df42e658 100644 --- a/src/components/UserDetailSections/UserRequests/UserRequests.test.js +++ b/src/components/UserDetailSections/UserRequests/UserRequests.test.js @@ -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', @@ -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',