Merge pull request #63 from oliverguenther/feature/remove_time_entries_menu_item

Remove core time entries top menu item
pull/6827/head
ulferts 9 years ago
commit 64cde5c62b
  1. 4
      lib/open_project/reporting/engine.rb

@ -63,9 +63,13 @@ module OpenProject::Reporting
if: Proc.new { |project| project.module_enabled?(:reporting_module) },
html: { class: 'icon2 icon-stats' }
# Cost reports should remove the default time entries menu item
hide_menu_item :project_menu,
:time_entries,
hide_if: -> (project) { project.module_enabled?(:reporting_module) }
hide_menu_item :top_menu,
:time_sheet
end
initializer "reporting.register_hooks" do

Loading…
Cancel
Save