Error while loading /settings #1364
This commit is contained in:
parent
731a9bf404
commit
e5c6080bfd
@ -41,7 +41,8 @@ require File.dirname(__FILE__) + '/redmine_dmsf/patches/queries_controller_patch
|
||||
|
||||
# redmine_resources depends on redmine_contact and redmine_contacts is alphabetically sorted before redmine_dmsf
|
||||
# in the plugin list.
|
||||
if Redmine::Plugin.installed?(:redmine_contacts) && !Redmine::Plugin.installed?(:easy_extensions)
|
||||
if (Redmine::Plugin.installed?(:redmine_contacts) || Redmine::Plugin.installed?(:redmine_questions)) &&
|
||||
!Redmine::Plugin.installed?(:easy_extensions)
|
||||
require File.dirname(__FILE__) + '/redmine_dmsf/patches/notifiable_ru_patch'
|
||||
else
|
||||
require File.dirname(__FILE__) + '/redmine_dmsf/patches/notifiable_patch'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user