start/stop tracking: issue context menu entry

This commit is contained in:
Jens Kraemer
2021-10-05 10:27:09 +08:00
parent 033e1739d2
commit 78e47f5b75
4 changed files with 34 additions and 2 deletions

View File

@@ -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