Update islandora_oaipmh for rest_oai_pmh:alpha-10 #20
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
GitHub Issue: Islandora/documentation#1360
What does this Pull Request do?
In the alpha-10 release of rest_oai_pmh the metadata schema selection was changed to using Plugins instead of theme hooks (don't worry, you can still create custom metadata profiles using twig templating). This PR updates the default settings to use the dublin_core_rdf plugin.
What's new?
(i.e. Regeneration activity, etc.)? Clear your cache.
How should this be tested?
composer require drupal/rest_oai_pmh
(should now be at least "1.0.0-alpha10").drush fim -y islandora_oaipmh
drush cr
http://localhost:8000/admin/config/services/rest/oai-pmh
) and see the 'oai_dc' metadata mapping is configured to use 'OAI Dublin Core (RDF Mapping)'.http://localhost:8000/admin/config/services/rest/oai-pmh/queue
) although re-building is not necessary if you've already done so, and make sure it works (http://localhost:8000/oai/request?verb=ListRecords&metadataPrefix=oai_dc
).Interested parties
@Islandora/8-x-committers, @elizoller & @joecorall.