-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Jupiter]Item type field in deposit form has duplicate values #1117
Comments
|
Era prod and test currently do not have this issue (other than option 4 being at the end.) It is probably worth keeping this open and looking at the next deployment to see if this is still the case.
|
@henryzhang87 and I have investigated into this issue - it was caused by running The next step is to improve our seeds.rb file, to check for existing values before inserting new. |
Determined that no data clean is needed as the objects deposited under a duplicated type/language/institute are not impacted |
Describe the bug
In the deposit form, the "Item type" drop-down contains the list of values twice, with one value represented by a "translation missing" message
To Reproduce
The select element for item type contains:
Note that 1-12 are duplicated by 13-24, with 4 displaced to the end, and 4's value represented by the "translation missing" message in 16 in the second set.
Expected behavior
A single list of the 12 values for Item type.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: