From d3a7cc7309dbab8936340d1e0b813a2fc9730be9 Mon Sep 17 00:00:00 2001 From: dombru Date: Tue, 9 Aug 2022 17:11:30 +0200 Subject: [PATCH] Update notifiable_ru_patch.rb Fix plugin name redmine_checklists --- lib/redmine_dmsf/patches/notifiable_ru_patch.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/redmine_dmsf/patches/notifiable_ru_patch.rb b/lib/redmine_dmsf/patches/notifiable_ru_patch.rb index f4a575d2..26f4c275 100644 --- a/lib/redmine_dmsf/patches/notifiable_ru_patch.rb +++ b/lib/redmine_dmsf/patches/notifiable_ru_patch.rb @@ -55,6 +55,6 @@ end # Apply the patch if (RedmineDmsf::Plugin.present?(:redmine_questions) || Redmine::Plugin.installed?(:redmine_contacts) || - Redmine::Plugin.installed?(:redmine_checklist)) && !Redmine::Plugin.installed?(:easy_extensions) + Redmine::Plugin.installed?(:redmine_checklists)) && !Redmine::Plugin.installed?(:easy_extensions) Redmine::Notifiable.send :include, RedmineDmsf::Patches::NotifiableRuPatch -end \ No newline at end of file +end