-
Notifications
You must be signed in to change notification settings - Fork 3
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
feat: APPS-2395 og identifier plus external item record electronic locator #955
feat: APPS-2395 og identifier plus external item record electronic locator #955
Conversation
fbb9d9f
to
99ba26b
Compare
99ba26b
to
d720c69
Compare
config/locales/blacklight.en.yml
Outdated
@@ -13,9 +13,11 @@ en: | |||
normalized_date_sim: 'Normalized Date' | |||
rights_country: 'Rights (country of creation)' | |||
services_contact: 'Rights services contact' | |||
electronic_locator: 'External item record' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we dont need this on the index page.
config/locales/hyrax.en.yml
Outdated
@@ -29,6 +29,7 @@ en: | |||
publisher_tesim: Publisher | |||
rights_statement_tesim: Rights Statement | |||
subject_tesim: Subject | |||
electronic_locator: External item record |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove from index page.
@@ -64,6 +66,7 @@ en: | |||
rights_holder: 'Rights Holder' | |||
rights_statement: 'Copyright Status' | |||
services_contact: 'Rights services contact' | |||
electronic_locator: External item record |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove it from under simple form.
config/locales/simple_form.en.yml
Outdated
@@ -9,3 +9,4 @@ simple_form: | |||
rights_country: 'Rights (country of creation)' | |||
rights_holder: 'Rights Holder' | |||
services_contact: 'Rights services contact' | |||
electronic_locator: 'External item record' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why are we adding it here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought this was the edit form. I'll remove it.
@@ -56,6 +56,7 @@ | |||
expect(page).to have_content "uclamss_1387_b112_40911-1" # local_identifier | |||
expect(page).to have_content "[between 1942-1947]" # date_created | |||
expect(page).to have_content "Editor-1" | |||
expect(page).to have_content "http://test.url/external/item/record" # electronic_locator |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should it be testing for identifier content too?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added it.
…port_and_show_work_spec
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
…lt this adds it to the form in edit collection
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Connected to APPS-2395
Work
Collection: