Done
Details
Details
Assignee
Viacheslav Kolesnyk
Viacheslav KolesnykReporter
Khalilah Gambrell
Khalilah GambrellLabels
Priority
Story Points
2
Sprint
None
Development Team
Spitfire
Fix versions
Release
Poppy (R2 2023)
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created January 20, 2023 at 12:50 AM
Updated October 11, 2023 at 7:43 PM
Resolved March 23, 2023 at 12:14 AM
Requirement: MARC bib Leader position 19 should only allow the following values Position: 19| allowed values: [ <empty> , a, b, c]
So we are expanding Leader position 19 validation to also accept these values: b, c.
Scenario 1.
Given a user editing a MARC bib record
When they update the Leader position 19 to b or c
And Save
Then Save is successful and Leader position 19 is updated to b or c.
Scenario 2.
Given a user is deriving a new MARC bib record
When they update the Leader position 19 to b or c
And Save
Then Save is successful and Leader position 19 is updated to b or c.