mirror of
https://github.com/rickbarrette/stopwatch.git
synced 2026-04-02 09:51:57 -04:00
'Start/Stop tracking' on issues#show
This commit is contained in:
3
init.rb
3
init.rb
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user