From 225b289d6f996f82bc14d06b4a3f2fb41ace6009 Mon Sep 17 00:00:00 2001 From: Alex Rock Ancelet Date: Mon, 9 Nov 2015 10:43:24 +0100 Subject: [PATCH] Upgrade init.rb --- init.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.rb b/init.rb index 8845c1d..652db82 100644 --- a/init.rb +++ b/init.rb @@ -2,7 +2,7 @@ name 'Esteren plugin' author 'Alex "Pierstoval" Rock Ancelet' description 'Esteren tools for Redmine' - version '0.1.0' + version '0.2.2' url 'http://esteren.org' author_url 'http://www.Orbitale.io' @@ -20,7 +20,7 @@ menu( :top_menu, :esteren_time_entries, - {:controller => :time_entries, :action => :index}, + {:controller => :timelog, :action => :index}, :caption => :label_time_tracking, :if => Proc.new { User.current.allowed_to?(:view_time_entries, nil, :global => true) or