Problem/Motivation
The module does not work with Drupal 9
Steps to reproduce
Attempt to install the module on a D9 site
Proposed resolution
Update the code to make this compatible. I have already tested it and the migration works perfectly; so I think it's just a case of updating the info.yml file to be D9 compatible
Remaining tasks
* Review patch
* We probably also need a composer.json file for those who want to install the module using composer?
User interface changes
N/A
API changes
N/A
Data model changes
N/A
Patch to follow...
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | Drupal9_entity_settings.png | 349.36 KB | srishtiiee |
| #6 | Drupal9_queue_settings.png | 275.96 KB | srishtiiee |
| #6 | Drupal7_queue_settings.png | 469.38 KB | srishtiiee |
| #6 | Drupal9_queue_content.png | 110.17 KB | srishtiiee |
| #6 | Drupal7_queue_content.png | 235.43 KB | srishtiiee |
Comments
Comment #2
marc.groth commentedPlease find attached patch that updates info.yml so that the module can be installed on D9.
Comment #3
marc.groth commentedComment #4
suresh prabhu parkala commentedWe have to keep the 'core: 8.x' key to make sure the module is compatible with drupal <8.7
Comment #5
srishtiiee commentedAdded migration tags and dependencies.
Comment #6
srishtiiee commentedTested the migration manually, and it works fine.
Comment #7
wim leersEnitityQueueis a config entity 👍Every node queue is configured to allow nodes of a certain type to be put in them, so the
NodeTypeconfig entities already need to be migrated, and this dependency ensures that 👍Subqueues are content entities 👍
+1, otherwise the module is not installable in D9.
Comment #8
wim leersPinged the module maintainer @jofitz on Twitter: https://twitter.com/wimleers/status/1445289133350469632
Because until this is fixed, people won't be able to use this awesome module to migrate from
nodequeuein D7 toentityqueuein D9!Comment #10
jofitzComment #11
wim leersThanks, @jofitz!