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. (#745)
  • Loading branch information
Dmytro-Melnyshyn authored Oct 15, 2024
1 parent d99cee5 commit f0f44a1
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 @@ -39,6 +39,7 @@
* [UIQM-709](https://issues.folio.org/browse/UIQM-709) LCCN duplication: Update the bib request query to include only the non-suppressed record in the search results.
* [UIQM-701](https://issues.folio.org/browse/UIQM-701) Use new GA workflows.
* [UIQM-711](https://issues.folio.org/browse/UIQM-711) Update `validateFixedFieldPositions` to display all 008 field errors instead of one in Bibliographic records.
* [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 f0f44a1

Please sign in to comment.