1.5.7 devel branch: Setting Title format should be global setting, but released as local setting #547

This commit is contained in:
Karel Picman 2016-11-15 08:56:11 +01:00
parent 3952ba31f7
commit 02c65e87aa

View File

@ -46,7 +46,7 @@ Redmine::Plugin.register :redmine_dmsf do
'dmsf_stemming_strategy' => 'STEM_NONE', 'dmsf_stemming_strategy' => 'STEM_NONE',
'dmsf_webdav' => '1', 'dmsf_webdav' => '1',
'dmsf_display_notified_recipients' => 0, '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 menu :project_menu, :dmsf, { :controller => 'dmsf', :action => 'show' }, :caption => :menu_dmsf, :before => :documents, :param => :id