mirror of
https://github.com/rickbarrette/stopwatch.git
synced 2026-04-02 09:51:57 -04:00
start/stop tracking: issue context menu entry
This commit is contained in:
5
init.rb
5
init.rb
@@ -22,8 +22,9 @@ Redmine::Plugin.register :stopwatch do
|
||||
end
|
||||
|
||||
Rails.configuration.to_prepare do
|
||||
Stopwatch::UserPatch.apply
|
||||
Stopwatch::TimeEntryPatch.apply
|
||||
Stopwatch::ContextMenusControllerPatch.apply
|
||||
Stopwatch::IssuesControllerPatch.apply
|
||||
Stopwatch::TimeEntryPatch.apply
|
||||
Stopwatch::UserPatch.apply
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user