- Issue created by @YazanMajadba
- @yazanmajadba opened merge request.
- Status changed to Postponed: needs info
almost 2 years ago 7:30pm 4 May 2023 - 🇷🇴Romania amateescu
That operation is the general Edit operation provided by
\Drupal\Core\Entity\EntityListBuilder::getDefaultOperations()
, which checks if the user has access to update the entity. There must be something else going on there, maybe some custom code from your project? - 🇪🇸Spain juanolalla
This is also part of https://www.drupal.org/project/entityqueue/issues/3396136 ✨ Fixes to permissions Active and the case is explained there.
Steps to reproduce
- Don't give a certain role the permission "Administer entityqueue".
- Give that role the permission to "manipulate" a queue
- Users with that role will see the "Configure" action for that queue, however, they can't access the corresponding page to configure it. They shouldn't see the "Configure" operation.