Skip to content

Commit

Permalink
UIQM-736 Use a larger width of 7-16 leader positions field.
Browse files Browse the repository at this point in the history
  • Loading branch information
BogdanDenis committed Nov 29, 2024
1 parent ad61c0e commit 28d8240
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 @@ -5,6 +5,10 @@
* [UIQM-716](https://issues.folio.org/browse/UIQM-716) *BREAKING* Consolidate routes based on MARC type for bib and authority records to avoid page refresh after redirecting from the create page to the edit one.
* [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.

## [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 28d8240

Please sign in to comment.