Disabling the original Documents module
This commit is contained in:
parent
ae56c23b39
commit
13387d7c7d
3
init.rb
3
init.rb
@ -62,8 +62,9 @@ Redmine::Plugin.register :redmine_dmsf do
|
||||
'dmsf_webdav_use_project_names' => nil
|
||||
}
|
||||
|
||||
# Uncomment to remove the original Documents from searching (replaced with DMSF)
|
||||
# Uncomment to remove the original Documents from searching and project's modules (replaced with DMSF)
|
||||
# Redmine::Search.available_search_types.delete('documents')
|
||||
# Redmine::AccessControl.available_project_modules.delete(:documents)
|
||||
end
|
||||
|
||||
unless Redmine::Plugin.installed?(:easy_extensions)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user