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

Controlled Vocabulary Fix #181

Merged
merged 13 commits into from
Jan 10, 2022
Merged

Controlled Vocabulary Fix #181

merged 13 commits into from
Jan 10, 2022

Conversation

bkiahstroud
Copy link
Contributor

@bkiahstroud bkiahstroud commented Dec 1, 2021

README

Merge #182 first

Summary

  • Fixed controlled vocabularies so they can be saved and edited
  • Removed lines in entrypoint.sh that were attempting to write to .bashrc which does not exist
  • Permit in_work_ids to pass through form. This fixed the unpermitted params error, but child works is still broke.
  • Attempt to fix authenticity token issue on staging by whitelisting notch8 staging URL

QA Testing Instructions

  • Can you log in on staging?
  • Create a new work and add any of the controlled vocab fields
  • Controlled vocab fields show up on work/show?
  • Edit controlled vocab fields

Screen_Shot_2021-11-19_at_1 44 12_PM

Screen_Shot_2021-11-19_at_1 44 45_PM

Sara G and others added 13 commits November 12, 2021 17:36
move gitlab-ci file

See merge request notch8/ucsc-library-digital-collections!54
I459 collection search

See merge request notch8/ucsc-library-digital-collections!55
TEMPFIX: Move .gitlab-ci back to root

See merge request notch8/ucsc-library-digital-collections!56
Registry Variables

See merge request notch8/ucsc-library-digital-collections!57
Revert "Merge branch 'registry-variables' into 'n8-staging'"

See merge request notch8/ucsc-library-digital-collections!58
Revert "Merge branch 'move-gitlab-back' into 'n8-staging'"

See merge request notch8/ucsc-library-digital-collections!59
@bkiahstroud bkiahstroud marked this pull request as ready for review December 1, 2021 19:02
# This section handles alternate date formates and standardizes them
::ScoobySnacks::METADATA_SCHEMA.fields.select{|name, field| field.input == "date"}.each do |field_name, field|
Copy link
Contributor

@rschwab rschwab Dec 1, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sara-g Did this sneak in from the work to remove Scooby Snacks, or is it part of making controlled vocabs work?

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rschwab this was part of the work on date fields.

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 this pull request may close these issues.

4 participants