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
Describe the bug
When creating new records from a CSV, if the same name value/language is included in names.types.ror_display and names.types.label, the lang code is omitted from the resulting names object even if a language exists in the CSV.
To Reproduce
Steps to reproduce the behavior:
Create a CSV with a row for a new record that has a name with the same value/language in names.types.ror_display and names.types.label . Each name should have a language
Post the file to /bulkupdate
Downloads zip file from S3
Corresponding record file contains name object with correct value and types but no language code.
Expected behavior
Language code is included in name object
The text was updated successfully, but these errors were encountered:
Version
v2
Describe the bug
When creating new records from a CSV, if the same name value/language is included in names.types.ror_display and names.types.label, the lang code is omitted from the resulting names object even if a language exists in the CSV.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Language code is included in name object
The text was updated successfully, but these errors were encountered: