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

Plain Title/ Plain Description not allowed to batch-update in AMS2 #667

Open
mivillesvik opened this issue Jul 14, 2022 · 0 comments · May be fixed by #672
Open

Plain Title/ Plain Description not allowed to batch-update in AMS2 #667

mivillesvik opened this issue Jul 14, 2022 · 0 comments · May be fixed by #672
Assignees

Comments

@mivillesvik
Copy link

Describe the bug
When trying to run a batch-update in AMS2 for plain title (Asset.title) and plain description (Asset.description) the AMS2 just spits it out and gives a header error. These headers work upon ingest, but only upon update do these fail.

To Reproduce
Steps to reproduce the behavior:

  1. make a spreadsheet with GUIDs already in AMS2
  2. add columns for Asset.title and/or Asset.description
  3. attempt to ingest as a batch
  4. See error

Expected behavior
Ideally, the AMS2 would allow these headers to be updated!

Screenshots
Screen Shot 2022-07-14 at 2.38.43 PM.png

@afred afred self-assigned this Jul 15, 2022
afred added a commit that referenced this issue Jul 15, 2022
Previously you could only update specific title and description types, e.g. program_title,
series_description. This adds the non-typed (plain) Assett.title and Asset.description as allowed
CSV headers in a batch update.

Closes #667.
afred added a commit that referenced this issue Jul 15, 2022
Previously you could only update specific title and description types, e.g. program_title,
series_description. This adds the non-typed (plain) Assett.title and Asset.description as allowed
CSV headers in a batch update.

Closes #667.
@afred afred linked a pull request Jul 15, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants