You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When CMSMenu::add_controller() is called a director rule is added, but it won't be removed when the controller is removed. We should implement a way to remove the routing rule when the controller is removed.
GuySartorelli
changed the title
TODO: Remove Director added rule when the item is removed
Remove CMSMenu controller routing rule when the controller is removed.
Oct 25, 2023
Description
When
CMSMenu::add_controller()
is called a director rule is added, but it won't be removed when the controller is removed. We should implement a way to remove the routing rule when the controller is removed.See:
silverstripe-admin/code/CMSMenu.php
Line 73 in 0f18b3d
The text was updated successfully, but these errors were encountered: