diff --git a/CHANGELOG.md b/CHANGELOG.md index 11c5fc7..8d27a38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ * [UITEN-283] (https://issues.folio.org/browse/UITEN-283) Reading Room Access (settings): Delete reading room. * [UITEN-281](https://folio-org.atlassian.net/browse/UITEN-281) Add Routing service point option to Service point page(ECS only). * [UITEN-285](https://folio-org.atlassian.net/browse/UITEN-285) Disable edit of Routing service point field (ECS only). +* [UITEN-294](https://folio-org.atlassian.net/browse/UITEN-294) Show routing service points on settings -> tenant -> servicePoints. ## [8.1.0](https://github.com/folio-org/ui-tenant-settings/tree/v8.1.0)(2024-03-19) [Full Changelog](https://github.com/folio-org/ui-tenant-settings/compare/v8.0.0...v8.1.0) diff --git a/src/settings/ServicePoints/ServicePointManager.js b/src/settings/ServicePoints/ServicePointManager.js index 8d50b1d..2dce366 100644 --- a/src/settings/ServicePoints/ServicePointManager.js +++ b/src/settings/ServicePoints/ServicePointManager.js @@ -13,7 +13,7 @@ class ServicePointManager extends React.Component { entries: { type: 'okapi', records: 'servicepoints', - path: 'service-points?query=cql.allRecords=1 sortby name&limit=1000', + path: 'service-points?query=cql.allRecords=1 sortby name&limit=1000&includeRoutingServicePoints=true', resourceShouldRefresh: true, throwErrors: false, POST: {