diff --git a/init.rb b/init.rb index 07def7a2..c16ed722 100644 --- a/init.rb +++ b/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)