Extending customers to Redmine's built in search

This commit is contained in:
2026-02-21 11:20:20 -05:00
parent 6434eea906
commit a54de28db5
4 changed files with 103 additions and 25 deletions

View File

@@ -37,6 +37,10 @@ Redmine::Plugin.register :redmine_qbo do
# Register top menu items
menu :top_menu, :customers, { controller: :customers, action: :index }, caption: :label_customers, if: Proc.new {User.current.logged?}
Redmine::Search.map do |search|
search.register :customers
end
end
# Dynamically load all Hooks & Patches recursively