Skip to content

Commit 225b289

Browse files
committed
Upgrade init.rb
1 parent 492a152 commit 225b289

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

init.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name 'Esteren plugin'
33
author 'Alex "Pierstoval" Rock Ancelet'
44
description 'Esteren tools for Redmine'
5-
version '0.1.0'
5+
version '0.2.2'
66
url 'http://esteren.org'
77
author_url 'http://www.Orbitale.io'
88

@@ -20,7 +20,7 @@
2020
menu(
2121
:top_menu,
2222
:esteren_time_entries,
23-
{:controller => :time_entries, :action => :index},
23+
{:controller => :timelog, :action => :index},
2424
:caption => :label_time_tracking,
2525
:if => Proc.new {
2626
User.current.allowed_to?(:view_time_entries, nil, :global => true) or

0 commit comments

Comments
 (0)