Skip to content
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

[BUG] v2 API: Language code not included for some names in new records creat via CSV bulk update #234

Closed
lizkrznarich opened this issue Apr 11, 2024 · 1 comment
Assignees
Labels
bug Something is not working as defined

Comments

@lizkrznarich
Copy link
Contributor

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:

  1. 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
  2. Post the file to /bulkupdate
  3. Downloads zip file from S3
  4. Corresponding record file contains name object with correct value and types but no language code.

Expected behavior
Language code is included in name object

@lizkrznarich
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is not working as defined
Projects
Status: Completed
Development

No branches or pull requests

1 participant