Skip to content

Commit

Permalink
Modifications pour saisi par développeurs
Browse files Browse the repository at this point in the history
  • Loading branch information
chris2fr committed Sep 8, 2009
1 parent 3a03cde commit f7e054c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions init.rb
Expand Up @@ -5,7 +5,10 @@
author 'Chris Mann' author 'Chris Mann'
description 'This plug exports project status into TaskJuggler and will import the dates too !' description 'This plug exports project status into TaskJuggler and will import the dates too !'
version '0.0.2' version '0.0.2'
#permission :taskjuggler, {:taskjuggler => [:index, :export, :initial_export, timetable]}, :public => true
#menu :project_menu, :taskjuggler, { :controller => 'taskjuggler', :action => 'test' }, :caption => 'Task Juggler File', :after => :activity, :param => :project_identifier
#menu :application_menu, :tjstatus, { :controller => 'tjstatus', :action => 'index' }, :caption => 'Task Juggler' #menu :application_menu, :tjstatus, { :controller => 'tjstatus', :action => 'index' }, :caption => 'Task Juggler'
permission :taskjuggler, {:taskjuggler => [:index, :export, :initial_export]}, :public => true menu :top_menu, :taskjuggler, { :controller => 'taskjuggler', :action => 'timetable' }, :caption => 'Workload (Charge de travail)'
menu :project_menu, :taskjuggler, { :controller => 'taskjuggler', :action => 'test' }, :caption => 'Task Juggler File', :after => :activity, :param => :project_identifier

end end

0 comments on commit f7e054c

Please sign in to comment.