-
Notifications
You must be signed in to change notification settings - Fork 118
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
Redo of https://github.com/Islandora/islandora/pull/778 and https… #827
Conversation
… master branch.
@mjordan your builds are ok now, right? |
Yes, this one built fine. (Edit: It built fine after I merged the 8.x-1.x branch back into my feature branch.) |
else { | ||
$markup .= '<h3>' . $attr['label'] . ' (' . $entity_type . ') - no RDF type mapping</h3>'; | ||
} | ||
$fields = \Drupal::entityManager()->getFieldDefinitions($entity_type, $name); |
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.
entityManager isn't a think in d9, i believe it'd be entity_field.manager. also it should probably use dependency injection since its in a controller
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.
OK, thanks, I'll investigate.
Superseded by #835 |
Github issues: Islandora/documentation#1549 and Islandora/documentation#1550.
What does this Pull Request do?
Accounts for the fact that @mjordan is an idiot. Specifically, this is a redo of the PRs #778 and #782, which I incorrectly opened against and were merged against the master branch.
What's new?
admin/reports/islandora/rdf_mappings
that generates and renders the report (including updating the menu links and routing YAML files as required)getUriFieldNamesForTerms()
function in the Islandora Utilities serviceHow should this be tested?
islandora
module directory:git remote add mjordan https://github.com/mjordan/islandora.git
git fetch mjordan
git checkout issue-1521-redo
drush cr
)Additional Notes:
Interested parties
@Islandora/7-x-1-x-committers