From 796ac3222eeaaca18e7c72252bb299cb9cf5b5e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Pi=C4=8Dman?= Date: Fri, 13 May 2022 09:22:54 +0200 Subject: [PATCH] revert: Redmine Configuration Page not working when DMSF is installed together with RedmineUp resources plugin #1354 --- lib/redmine_dmsf/patches/notifiable_patch.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/redmine_dmsf/patches/notifiable_patch.rb b/lib/redmine_dmsf/patches/notifiable_patch.rb index b1d0e6b8..42bcace8 100644 --- a/lib/redmine_dmsf/patches/notifiable_patch.rb +++ b/lib/redmine_dmsf/patches/notifiable_patch.rb @@ -50,7 +50,7 @@ module RedmineDmsf end # 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', 'RedmineDmsf::Patches::NotifiablePatch', prepend: true, first: true else