RockefellerArchiveCenter / aurora

A Django web application to receive, virus check and validate transfers of digital archival records, and allow archivists to appraise and accession those records.
http://projectelectron.rockarch.org/
MIT License
25 stars 6 forks source link

Users cannot add more than nine values to BagInfoMetadata fields #659

Closed helrond closed 3 months ago

helrond commented 3 months ago

Describe the bug

Users are unable to add more than nine values to a metadata field in a BagIt Profile via the Aurora UI.

Expected behavior

Users should be able to add as many metadata values as they want.

Impact on your work

This is preventing us from onboarding a donor organization, so is high priority.

Additional context

Initial investigation indicates this is a bug in the javascript which sets attributes on request fields.