mirror of
https://github.com/rickbarrette/stopwatch.git
synced 2026-08-18 22:30:44 -04:00
start/stop tracking: issue context menu entry
This commit is contained in:
@@ -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