Needs review
Project:
Persistent Identifiers Module
Version:
1.0.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
29 Apr 2026 at 09:41 UTC
Updated:
19 Jun 2026 at 15:01 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
dahousecat commentedComment #5
adam-vessey commentedThis is in an odd state. The "lenient" endpoint doesn't even allow the module to be installed acquired via Composer, possibly because of the unexpected namespace
mjordan/persistent_identifiersinstead ofdrupal/persistent_identifiers? And then because the "lenient" endpoint isn't working for this, it's not actually possible to test this patch for D11?That said, is quite a straight-forward patch. Went and effected much the same change in a MR.
Comment #6
adam-vessey commentedComment #7
adam-vessey commentedThe submodules also need adjustment.
Comment #8
adam-vessey commentedTossed at
upgrade_status; appears to be a number of other things to be addressed, will adjust the MR accordingly.Comment #9
adam-vessey commentedActually... something very odd going on here? Things seem to be tangled up with https://www.drupal.org/project/persistent_ids ?
... a
metapackagewith requirement ondrupal/persistent_ids, with it as the homepage/source? Despite trying to deal withdrupal/persistent_identifiersexplicitly? Seems to be running into this class of issue: https://drupal.slack.com/archives/C223PR743/p1670877303918219?thread_ts=...Apparently, can reference it appropriately with
drupal/persistent_identifiers-persistent_identifiers:... looking again, this other name _is_ reflected in the install line of the project page, just... yeah, rather unexpected, which probably lead to it being installed with the other name in the given environment.
Comment #10
adam-vessey commentedDealt with the other bits there now, in MR 5.
That said, less stress on getting this merged, as I'm assuming that using the correct (
drupal/persistent_identifiers-persistent_identifiers) name with the lenient endpoint/plugin should allow things to work with patching.