I'm unable clone an existing Entityqueues Queue using the Entity Clone module
Steps to reproduce
1. Install the Entity Clone module - https://www.drupal.org/project/entity_clone (version: 8.x-1.0-beta6)
2. Enable the Entity Clone module
3. Go to Manage --> Structure --> Entityqueues
4. Click on Add an entity queue and create an entity queue
5. Click on Edit items option
6. Click on Clone
You will encounter an error and see the following message under Recent log messages:
Symfony\Component\Routing\Exception\MissingMandatoryParametersException: Some mandatory parameters are missing ("entity_queue") to generate a URL for route "entity.entity_subqueue.canonical". in Drupal\Core\Routing\UrlGenerator->doGenerate() (line 182 of /code/web/core/lib/Drupal/Core/Routing/UrlGenerator.php).
Proposed resolution
Allow us to clone an existing an entity queue
Comments
Comment #2
bander2 commentedI get the same error while trying to access the Devel tab on an entity subqueue. Steps to reproduce:
1. Install Devel
2. Go to the edit page for any subqueue.
3. Click on the Devel tab.