Actions
Improvement #1636
closedxmera Omnia - Collection #1634: Remove the application menu from views in admin area
The application menu shows up when opening the plugin in admin area
Start date:
Due date:
% Done:
100%
Estimated time:
Compatible Redmine Version:
Pull Request Link:
Description
Usually the application menu is hidden in admin area.
But when opening the plugin the menu shows up. This could be easily fixed with:
self.main_menu = false
in the respective controller.
Actions