Disabling the original Documents module

This commit is contained in:
Karel Pičman 2019-02-27 16:55:53 +01:00
parent ae56c23b39
commit 13387d7c7d

View File

@ -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)