- Issue created by @tim-diels
Drupal 9.5.9
8.x-1.0-beta8
The access check should only be done for the frontend and not the backend?
I'm not sure if this is something to be fixed here...
Please see 🐛 Menu items change from order when saving Postponed
We encountered a problem when saving menu items. Some menu items are losing their order or are in different order. After investigating, this happens due to views pages routes have an access check. The access check is needed as ofcourse you need access checks on paths. But when using menu links pointing to this pages, the access check is also done in the backend where this module lives.
Active
2.0
Code