Skip to content

Commit

Permalink
Merge branch 'master' into STSMACOM-884
Browse files Browse the repository at this point in the history
  • Loading branch information
zburke authored Jan 22, 2025
2 parents 7b5107b + 640cac4 commit 8fac27e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* Check for `active` status of `<Settings>` navigation links independently from the applied href and query string. Query string should only be applied to active link. Refs STSMACOM-837.
* `<EditableListForm>` use `lodash.isEmpty` to check for empty `state.status` in re-initialization checks on component update. Fixes STSMACOM-876.
* `<NoteFields>` improve "Display as pop-up" markup and fix label a11y issue. Refs STSMACOM-882.
* Change the request URL limit for `REQUEST_URL_LIMIT` due to increase to 8192. Refs STSMACOM-887.
* Correctly import from `stripes-*` libraries. Refs STSMACOM-884.

## [9.2.3] IN PROGRESS
Expand Down
3 changes: 2 additions & 1 deletion lib/SearchAndSort/requestUrlLimit.js
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export const REQUEST_URL_LIMIT = 4121;
// OKAPI-1198
export const REQUEST_URL_LIMIT = 8192;

Check failure on line 2 in lib/SearchAndSort/requestUrlLimit.js

View workflow job for this annotation

GitHub Actions / ui / Install and lint / Install and lint

Prefer default export
2 changes: 1 addition & 1 deletion translations/stripes-smart-components/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
"tags.filterError": "Fehler beim Anwenden des Filters: {error}",
"notes.assigned": "Zugewiesen",
"searchResultsCountUnknown": "Mehr als 10.000 Datensätze gefunden",
"feesfines.policy.lost.duplicate": "Der eingegebene Name der Gebührenrichtlinie für verlorene Exemplare existiert bereits. Bitte anderen Namen eingeben.",
"feesfines.policy.lost.duplicate": "Der eingegebene Name der Gebührenrichtlinie für Ersatz existiert bereits. Bitte anderen Namen eingeben.",
"reset": "Zurücksetzen",
"notes.assignUnassignAll": "Alle Anmerkungen zuweisen / entfernen",
"customFields": "Benutzerdefinierte Felder",
Expand Down

0 comments on commit 8fac27e

Please sign in to comment.