revert: Redmine Configuration Page not working when DMSF is installed together with RedmineUp resources plugin #1354

This commit is contained in:
Karel Pičman 2022-05-13 09:22:54 +02:00
parent b5e7967ea2
commit 796ac3222e

View File

@ -50,7 +50,7 @@ module RedmineDmsf
end end
# Apply the patch # Apply the patch
if Redmine::Plugin.installed?(:easy_extensions) || Redmine::Plugin.installed?(:redmine_extensions) if Redmine::Plugin.installed?(:easy_extensions)
RedmineExtensions::PatchManager.register_patch_to_be_first 'Redmine::Notifiable', RedmineExtensions::PatchManager.register_patch_to_be_first 'Redmine::Notifiable',
'RedmineDmsf::Patches::NotifiablePatch', prepend: true, first: true 'RedmineDmsf::Patches::NotifiablePatch', prepend: true, first: true
else else