Skip to content

Commit

Permalink
UIQM-708 Change 007 Microforms type to allow 4 characters in RRR/RR f…
Browse files Browse the repository at this point in the history
…ield. (#738)
  • Loading branch information
BogdanDenis authored Oct 8, 2024
1 parent 30c579b commit 5917ff1
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 @@ -34,6 +34,7 @@
* [UIQM-706](https://issues.folio.org/browse/UIQM-706) *BREAKING* Upgrade `marc-records-editor` to `6.0`.
* [UIQM-698](https://issues.folio.org/browse/UIQM-698) Validate 006/007 field lengths.
* [UIQM-704](https://issues.folio.org/browse/UIQM-704) Linked fields - combine split fields before sending for validation.
* [UIQM-708](https://issues.folio.org/browse/UIQM-708) Change 007 Microforms type to allow 4 characters in RRR/RR field.

## [8.0.1] (https://github.com/folio-org/ui-quick-marc/tree/v8.0.1) (2024-04-18)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const MicroformDescriptionFieldConfig = [
{
name: 'Reduction ratio range/Reduction ratio',
type: SUBFIELD_TYPES.STRING,
length: 3,
length: 4,
},
{
name: 'Color',
Expand Down

0 comments on commit 5917ff1

Please sign in to comment.