We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 492a152 commit 225b289Copy full SHA for 225b289
init.rb
@@ -2,7 +2,7 @@
2
name 'Esteren plugin'
3
author 'Alex "Pierstoval" Rock Ancelet'
4
description 'Esteren tools for Redmine'
5
- version '0.1.0'
+ version '0.2.2'
6
url 'http://esteren.org'
7
author_url 'http://www.Orbitale.io'
8
@@ -20,7 +20,7 @@
20
menu(
21
:top_menu,
22
:esteren_time_entries,
23
- {:controller => :time_entries, :action => :index},
+ {:controller => :timelog, :action => :index},
24
:caption => :label_time_tracking,
25
:if => Proc.new {
26
User.current.allowed_to?(:view_time_entries, nil, :global => true) or
0 commit comments