You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Go to an "Edit Instantiation" interface where the instantiation has at least one value for Location already.
Without editing anything at all , click the save button.
Navigate back to the parent asset's details page, and view it's PBCore by adding the ".xml" to the URL.
Expected result
The PBCore XML should not have an additional <instantiationLocation> element
Actual result
The PBCore XML has an additional <instantiationLocation> element.
Background
This additional element is invalid PBCore and thus causes a failure when trying to ingest to AAPB (though it does not render any failure notice in the AAPB logs)
The instantiation location should not be multivalued, so it should not even have the option to add multiple locations like this.
But also, the input field used for adding multiple values should not be saving additional empty ones by default when the user doesn't even do anything except hit the save button.
Done when
The form input for multi-valued fields is not saving empty values
Instantiation properties that are not multi-valued are not using the multi-value form input.
The text was updated successfully, but these errors were encountered:
To replicate
Expected result
The PBCore XML should not have an additional
<instantiationLocation>
elementActual result
The PBCore XML has an additional
<instantiationLocation>
element.Background
Done when
The text was updated successfully, but these errors were encountered: