Skip to content

Commit

Permalink
UIIN-2016 retrieve up to 5000 locations (#1660)
Browse files Browse the repository at this point in the history
Tenants may have more than 1000 locations; 5000 is the standard for
location-related values in stripes-smart-components so we will use that
value here, too.

Refs UIIN-2016
  • Loading branch information
zburke committed Apr 18, 2022
1 parent 48c00ab commit 24edb5e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change history for ui-inventory

## 9.0.12 IN PROGRESS

* Retrieve up to 5000 locations when viewing Instances. Refs UIIN-2016.

## [9.0.11](https://github.com/folio-org/ui-inventory/tree/v9.0.11) (2022-04-15)
[Full Changelog](https://github.com/folio-org/ui-inventory/compare/v9.0.10...v9.0.11)

Expand Down
2 changes: 1 addition & 1 deletion src/ViewInstance.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ class ViewInstance extends React.Component {
locations: {
type: 'okapi',
records: 'locations',
path: 'locations?limit=1000',
path: 'locations?limit=5000',
},
configs: {
type: 'okapi',
Expand Down

0 comments on commit 24edb5e

Please sign in to comment.