Comment 0 for bug 1959616

Revision history for this message
Andrea Neiman (aneiman) wrote :

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.