-
Notifications
You must be signed in to change notification settings - Fork 4
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
DDST-373: Add new fields to FOXML migration #134
Conversation
Also, change in the invocation recommended by Extended Analysis.
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.
Got a number of fixes together in #135 but it seems like there's other issues that are unaccounted for, such as field_subject
now allowing only subject
and geo_location
term references, but the current mapping of subject
, person
and organization
doesn't seem to be flagged as a gap in the MMS.
modules/dgi_migrate_foxml_standard_mods/migrations/dgis_nodes.yml
Outdated
Show resolved
Hide resolved
modules/dgi_migrate_foxml_standard_mods/migrations/dgis_nodes.yml
Outdated
Show resolved
Hide resolved
modules/dgi_migrate_foxml_standard_mods/migrations/dgis_nodes.yml
Outdated
Show resolved
Hide resolved
modules/dgi_migrate_foxml_standard_mods/migrations/dgis_nodes.yml
Outdated
Show resolved
Hide resolved
Also, prevent whatever was causing the serialization issue? Was apparently related to the "sub process" plugin naively rethrowing exceptions as `\Exception`, which would've proceeded with an undefined `$save` variable?
DDST-373: Fix some invocations
They're handled in their own dedicated fields.
Entities creates under it (instead of via stub migrations) would not be removed when rolling back.
Also, fix up the gate lock business.
No description provided.