Problem/Motivation
The module declares its namespace as mjordan/persistent_identifiers; however, d.o serves it as drupal/persistent_identifiers-persistent_identifiers.
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork persistent_identifiers-3604084
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 3604084-fix-declared-namespace
changes, plain diff MR !6
Comments
Comment #3
adam-vessey commentedComment #4
adam-vessey commentedWas running into this in an environment which happened to have
drupal/persistent_identifiersinstalled, notdrupal/persistent_identifiers-persistent_identifiers, so yeah, could still adjust the namespace, but it wouldn't address the issue I was seeing due to the unexpected module being pulled.