'Start/Stop tracking' on issues#show

This commit is contained in:
Jens Kraemer
2021-10-05 05:27:35 +08:00
parent bd6711a59f
commit 033e1739d2
22 changed files with 375 additions and 28 deletions

View File

@@ -6,7 +6,7 @@ Redmine::Plugin.register :stopwatch do
author 'Jens Krämer'
author_url 'https://jkraemer.net/'
description "Start/stop timer and quick access to today's time bookings for Redmine"
version '0.1.0'
version '0.2.0'
requires_redmine version_or_higher: '3.4.0'
settings default: {
@@ -24,5 +24,6 @@ end
Rails.configuration.to_prepare do
Stopwatch::UserPatch.apply
Stopwatch::TimeEntryPatch.apply
Stopwatch::IssuesControllerPatch.apply
end