- Issue created by @rodrigoaguilera
- @rodrigoaguilera opened merge request.
When investigating
🐛
Error when removing a menu
Needs work
I realized it is a complex juggling of pieces.
Redirect tries to generate a canonical URL for an entity that requires something that was delete in predelete step for that same entity.
Install redirect 8.x-1.11 and group_content_menu. Configure it and try to delete a menu that belongs to a group
Ideally the redirect module shouldn't be bothered for the bugs of other modules but I think the logic here is not 100% correct since the redirects should be deleted before the entity and other hook_entity_delete that might happen.
Code the change
Active
1.0
Code