Skip to content

Commit

Permalink
UIIN-3163 Add limit=1000 to subject-sources request to fetch more…
Browse files Browse the repository at this point in the history
… subject sources (#2692)
  • Loading branch information
BogdanDenis committed Dec 17, 2024
1 parent 9ef98c4 commit 0eb6273
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 @@ -3,6 +3,7 @@
## [12.0.7] (IN PROGRESS)

* Handle `null` `typeIds` in `browse/config/instance-classification` response. Fixes UIIN-3161.
* Add `limit=1000` to `subject-sources` request to fetch more subject sources. Fixes UIIN-3163.

## [12.0.6](https://github.com/folio-org/ui-inventory/tree/v12.0.6) (2024-12-06)
[Full Changelog](https://github.com/folio-org/ui-inventory/compare/v12.0.5...v12.0.6)
Expand Down
2 changes: 1 addition & 1 deletion src/providers/DataProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ DataProvider.manifest = {
},
subjectSources: {
type: 'okapi',
path: 'subject-sources?query=cql.allRecords=1 sortby name',
path: 'subject-sources?limit=1000&query=cql.allRecords=1 sortby name',
records: 'subjectSources',
resourceShouldRefresh: true,
throwErrors: false,
Expand Down

0 comments on commit 0eb6273

Please sign in to comment.