-
Notifications
You must be signed in to change notification settings - Fork 9
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
Fix/broken term #21
Fix/broken term #21
Conversation
Pointing at the appropriate term-existence check helps. :P
Maybe I jumped the gun on this... but I confirmed the problem that a term was being created without a URI. However with this branch in my starter-site, using commit 3aca206, no Mirador term was created at all. |
@rosiel : Would be up to adding/ensuring the new
|
Dang, of course. I don't think there was a desire to go for specific migrations rather than calling as a group, but the migrations currently aren't all So in short I think we were lazy and listed migrations, rather than it being a deliberate choice. But now that we've brought it up, there's a lot of work we should do to harmonize the READMEs and the code. |
@rosiel : For FITS in the playbook, it was more that the starter site was the first thing using it in the play, so other environments had to default to not doing it (as they would've not had the migration present), and it was following the pattern of explicitly referencing the migrations... thinking, could similarly do something like Islandora-Devops/islandora-playbook#264 to allow the starter site to start using Is somewhat more difficult in isle-dc... Islandora-Devops/isle-dc#342 should do the trick for starter site stuff; however technically, it would try to run the |
What does this Pull Request do?
Avoids creating a broken taxonomy term on installation during site installation proper.
Related GitHub Issue: Fixes [BUG]
hook_install()
term creation failures during site installation from--existing-config
#13Other Relevant Links: (Google Groups discussion, related pull requests,
Release pull requests, etc.)
What's new?
A in-depth description of the changes made by this PR. Technical details and
possible side effects.
(i.e. Regeneration activity, etc.)?
How should this be tested?
A description of what steps someone could take to:
Documentation Status
Additional Notes:
Any additional information that you think would be helpful when reviewing this
PR.
Interested parties
Tag (@ mention) interested parties or, if unsure, @Islandora/committers