- Issue created by @tim-diels
- Status changed to Closed: outdated
14 days ago 1:44pm 16 August 2025
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 https://www.drupal.org/project/domain_menu_access/issues/3375041 🐛 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