#1110 Conflict with other plugins
This commit is contained in:
parent
50a84f49a6
commit
77e53b7f5c
@ -160,5 +160,9 @@ module RedmineDmsf
|
||||
end
|
||||
end
|
||||
|
||||
RedmineExtensions::PatchManager.register_helper_patch 'QueriesHelper',
|
||||
'RedmineDmsf::Patches::QueriesHelperPatch', prepend: true
|
||||
if Redmine::Plugin.installed?(:easy_extensions)
|
||||
RedmineExtensions::PatchManager.register_helper_patch 'QueriesHelper',
|
||||
'RedmineDmsf::Patches::QueriesHelperPatch', prepend: true
|
||||
else
|
||||
DmsfController.send :helper, RedmineDmsf::Patches::QueriesHelperPatch
|
||||
end
|
||||
Loading…
x
Reference in New Issue
Block a user