Skip to content

Commit

Permalink
Merge pull request #404 from folio-org/UITEN-294
Browse files Browse the repository at this point in the history
UITEN-294: Show routing service points on settings -> tenant -> servicePoints
  • Loading branch information
Dmitriy-Litvinenko committed May 29, 2024
2 parents 73da56c + 9ac5cfd commit 9f548ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion src/settings/ServicePoints/ServicePointManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 9f548ce

Please sign in to comment.