When menu_node_form_delete() or menu_item_delete_form() are fired, the corresponding MID rows should be deleted from the {menu_by_role} table.
Looks like this can be done through hook_form_alter() by appending a submit handler.
When menu_node_form_delete() or menu_item_delete_form() are fired, the corresponding MID rows should be deleted from the {menu_by_role} table.
Looks like this can be done through hook_form_alter() by appending a submit handler.
Comments
Comment #1
fagoindeed, that seems to be missing.
Comment #2
AlexisWilke commentedThis is 3 years old... I'm closing it. Hopefully you'll be able to upgrade to 6.x and get that resolved. There are no 5.x maintainers.