* done Issue 129: Menu Item order
git-svn-id: http://redmine-dmsf.googlecode.com/svn/trunk/redmine_dmsf@221 5e329b0b-a2ee-ea63-e329-299493fc886d
This commit is contained in:
parent
a33340c4fc
commit
8ae35d369f
2
init.rb
2
init.rb
@ -46,7 +46,7 @@ Redmine::Plugin.register :redmine_dmsf do
|
||||
"dmsf_stemming_strategy" => "STEM_NONE"
|
||||
}
|
||||
|
||||
menu :project_menu, :dmsf, { :controller => "dmsf", :action => "show" }, :caption => :menu_dmsf, :after => :activity, :param => :id
|
||||
menu :project_menu, :dmsf, { :controller => "dmsf", :action => "show" }, :caption => :menu_dmsf, :before => :documents, :param => :id
|
||||
#delete_menu_item :project_menu, :documents
|
||||
|
||||
activity_provider :dmsf_files, :class_name => "DmsfFileRevision", :default => true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user