2022-01-31 20:00:29 |
Andrea Neiman |
description |
This is an extant bug that was uncovered in the Angularization of the Purchase Order & Line Items interfaces
When creating a Brief Record, the fields in the form map to specific MARC fields & subfields.
However, the Identifier field attempts to create the following (where '123' is the Identifier value):
001 __ $undefined 123
In the old Dojo interface, the Brief Record is happily created with an undefined subfield, though I imagine that might cause problems down the line.
In the updated Angular interface, the Brief Record will not be created if there is any input in the Identifier field. This fails silently to the user but noisily in the console. |
This is an extant bug that was uncovered in the Angularization of the Purchase Order & Line Items interfaces
When creating a Brief Record, some of the fields in the form map to specific MARC fields & subfields.
However, the Identifier field attempts to create the following (where '123' is the Identifier value):
001 __ $undefined 123
In the old Dojo interface, the Brief Record is happily created with an undefined subfield, though I imagine that might cause problems down the line.
In the updated Angular interface, the Brief Record will not be created if there is any input in the Identifier field. This fails silently to the user but noisily in the console. |
|