mirror of
https://github.com/rickbarrette/redmine_qbo_vehicles.git
synced 2026-04-02 07:01:59 -04:00
Merge branch 'dev'
This commit is contained in:
4
init.rb
4
init.rb
@@ -35,6 +35,10 @@ Redmine::Plugin.register :redmine_qbo_vehicles do
|
||||
# Register top menu items
|
||||
menu :top_menu, :vehicles, { controller: :vehicles, action: :index }, caption: :field_vehicles, if: Proc.new { User.current.logged? }
|
||||
|
||||
Redmine::Search.map do |search|
|
||||
search.register :vehicles
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
# Dynamically load all Hooks & Patches recursively
|
||||
|
||||
Reference in New Issue
Block a user