Skip to content

Commit

Permalink
UIQM-712: In field 007 for Projected Graphic type: change the MfS fie…
Browse files Browse the repository at this point in the history
…ld type to Byte to allow only 1 character to be entered.
  • Loading branch information
Dmytro-Melnyshyn committed Oct 9, 2024
1 parent 77ae919 commit dba8d79
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 @@ -35,6 +35,7 @@
* [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.
* [UIQM-712](https://issues.folio.org/browse/UIQM-712) In field 007 for Projected Graphic type: change the `MfS` field type to `Byte` to allow only 1 character to be entered.

## [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 @@ -16,7 +16,7 @@ const ProjGraphicPhysDescriptionFieldConfig = [
type: SUBFIELD_TYPES.BYTE,
},
{
type: SUBFIELD_TYPES.STRING,
type: SUBFIELD_TYPES.BYTE,
name: 'Medium for sound',
},
{
Expand Down

0 comments on commit dba8d79

Please sign in to comment.