-
Notifications
You must be signed in to change notification settings - Fork 6
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
Validation and field updates #208
Conversation
|
695fdc2
to
295ec0a
Compare
|
2 similar comments
|
|
Ingests will no longer silently orphan media if the member_of field is empty, or malformed (i.e. a typo, pointing to a non-existant id).
6f018fa
to
1d6ccdb
Compare
|
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.
There might be a need to change the media_of fields to accept collection_object as well. Testing this out now.
|
Spinning this up now to give it a look. |
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.
This looks good to me and works as advertised.
Worth nothing -- this ticket makes it so one can only attach Images to Collections. One cannot attach other Media Types to Collections anymore, after this goes in.
(I think this is sufficient, btw, but just wanted to get it in writing somewhere).
…gs-non-writable Ensure drupal settings are writable to fix non-bootable container.
media_of
a required field. Ingests will no longer silently orphan media if themedia_of
field isempty, or malformed (i.e. a typo, pointing to a non-existent id).
field_digital_publisher
required, as per stakeholder feedback related to citationsResolves jhu-idc/iDC-general#406