-
Notifications
You must be signed in to change notification settings - Fork 10
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
Remove requirement for resource type. #11
base: main
Are you sure you want to change the base?
Conversation
I think this will break a number of assumptions of the https://github.com/Islandora-Devops/islandora_starter_theme but I'd have to really test it to find out. I will try to get feedback for this soon... |
There is no reference to the regex |
@dannylamb could you please take a look at this? |
Testing Instructions:
|
It looks like something else may be missing in this setup. I've run
Which version of isle-dc or the image tags are you using, @rosiel? |
This may be hard to test before this PR is accepted, which addresses some order of operation issues |
Removing resource type from implicit parent taxonomy uri lookup
Previous change to address context change to remove hardcode requirement for resource type |
This Issue was picked as part of an IslandoraCon 2022 Use-A-Thon project - more info here https://docs.google.com/document/d/17rkEzgFjxv5WCVmt-MqZLXYcvO4z658zs5hG9SP2FmQ/edit# Current status is that I have worked through all of these settings in my local, and achieved a full working state that does not require Resource Type (or use it for any context). I'd like to test this on a rebuilt local before I turn this over to others for testing... |
Updating Rosie's previous review instructions:
Test criteria: ensure that all types of content display as expected, that search is not broken, and that all ingests from the demo_content import succeed. My test results: everything works great except for Newspapers. I will go another round on those, especially since I see the same issues in @ysuarez 's new install and I can work on both things at once. |
@@ -17,7 +17,6 @@ conditions: | |||
parent_reference_field: field_member_of | |||
model_uri: 'http://vocab.getty.edu/aat/300242735' | |||
logic: and | |||
uri: 'http://purl.org/dc/dcmitype/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.
The PR is currently failing to do a drush site-install, i'm testing whether this is the line that's causing (sorry for misremembered wording) "Config could not be enabled."
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.
Hi Rosie - I'm not able to replicate this. Did you run make local
which contains docker-compose exec -T drupal with-contenv bash -lc "drush si -y islandora_install_profile_demo --account-pass $(shell cat secrets/live/DRUPAL_DEFAULT_ACCOUNT_PASSWORD)"
or a different function?
Ok, part of the Newspaper problem was related to Ghostscript not being present on the |
Pursuant to Islandora/documentation#2052, this PR changes system actions to not require the Resource Type field. It also makes the field multivalued and not required.