Skip to content

Commit

Permalink
UIQM-736 Use a larger width of 7-16 leader positions field. (#763)
Browse files Browse the repository at this point in the history
  • Loading branch information
BogdanDenis authored Dec 3, 2024
1 parent 4556782 commit d8bbd3d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
* [UIQM-730](https://issues.folio.org/browse/UIQM-730) Create/Edit/Derive MARC record - Retain focus when MARC record validation rules error display. Show validation issues toasts.
* [UIQM-740](https://issues.folio.org/browse/UIQM-740) Don't show warn/fail error toasts when there are no warns/fails.

## [9.0.2] (IN PROGRESS)

* [UIQM-726](https://issues.folio.org/browse/UIQM-726) Use a larger width of 7-16 leader positions field.

## [9.0.1](https://github.com/folio-org/ui-quick-marc/tree/v9.0.1) (2024-11-22)

* [UIQM-725](https://issues.folio.org/browse/UIQM-725) Fix wrong error message while saving MARC Bib record with invalid LDR position values.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ export const leaderConfig = {
type: SUBFIELD_TYPES.STRING,
disabled: true,
noLabel: true,
width72: true,
width82: true,
defaultValue: '\\\\\\2200000',
},
{
Expand Down

0 comments on commit d8bbd3d

Please sign in to comment.