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