Details
-
Bug
-
Status: Closed (View Workflow)
-
TBD
-
Resolution: Done
-
None
-
None
-
Prokopovych - Sprint 127
-
1
-
Prokopovych
Description
Overview: Avoid react-intl > v5.21.0; breaking changes were published in patch release v5.21.1.
Details: The implementation of <FormattedMessage> changed; previously, keys with empty values were replaced with empty strings; now the values are replaced with the keys. e.g.:
// en.json: foo: "Holdings: {location} > {callNumber} {copyNumber}" // code <FormattedMessage id="foo" values={{ location: "AAA", callNumber: null }} /> // output <= 5.21.0 Holdings: AAA > // output >= 5.21.1 Holdings: AAA > {callNumber} {copyNumber}
TestRail: Results
Attachments
Issue Links
- is duplicated by
-
UIIN-1857 Bugfest. Holdings accordion. Holdings location is not translated
-
- Closed
-
-
UIQM-180 Edit MARC Holdings > Pane header does not show Location and Call Number information
-
- Closed
-
- relates to
-
FOLIO-3503 unlock react-intl from 5.21.0
-
- Closed
-