Skip to content

Commit

Permalink
UICIRC-518 - changed limits for fetching templates
Browse files Browse the repository at this point in the history
  • Loading branch information
maximdidenkoepam committed Nov 5, 2020
1 parent 1d0f581 commit 41386d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/settings/NoticePolicy/NoticePolicySettings.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class NoticePolicySettings extends React.Component {
path: 'templates',
params: {
query: 'cql.allRecords=1 AND category=""',
limit: '100',
limit: '1000',
},
},
circulationRules: {
Expand Down
4 changes: 2 additions & 2 deletions src/settings/PatronNotices/PatronNotices.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ class PatronNotices extends React.Component {
params: {
query: 'cql.allRecords=1 AND category=""',
},
recordsRequired: 50,
perRequest: 50,
recordsRequired: 1000,
perRequest: 1000,
},
patronNoticePolicies: {
type: 'okapi',
Expand Down

0 comments on commit 41386d0

Please sign in to comment.