Menu: If development mode is enabled we should check whether action exists #6153
Labels
Task
Indicates an issue is neither a feature nor a bug and it's purely a "technical" change.
Milestone
In #6140 we have added three new methods to generate a URL for a menu item:
urlForDefaultAction()
urlForAction()
urlForModuleAction()
If development mode is enabled we should check whether the passed module and action is actually available, whether the action exists, whether the action is public and more. If any condition is not met a notification should be shown in the UI.
The text was updated successfully, but these errors were encountered: