1.5.7 devel branch: Setting Title format should be global setting, but released as local setting #547
This commit is contained in:
parent
3952ba31f7
commit
02c65e87aa
2
init.rb
2
init.rb
@ -46,7 +46,7 @@ Redmine::Plugin.register :redmine_dmsf do
|
||||
'dmsf_stemming_strategy' => 'STEM_NONE',
|
||||
'dmsf_webdav' => '1',
|
||||
'dmsf_display_notified_recipients' => 0,
|
||||
'dmsf_global_title_format' => '%t_%v'
|
||||
'dmsf_global_title_format' => ''
|
||||
}
|
||||
|
||||
menu :project_menu, :dmsf, { :controller => 'dmsf', :action => 'show' }, :caption => :menu_dmsf, :before => :documents, :param => :id
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user