From 648bed260cdfa01baf992053915396bb2e2fbbb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Pi=C4=8Dman?= Date: Fri, 23 Feb 2024 10:57:12 +0100 Subject: [PATCH] Adminstration-settings cannot open after dmsf installed #1506 --- lib/redmine_dmsf/plugin.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/redmine_dmsf/plugin.rb b/lib/redmine_dmsf/plugin.rb index 1355ff70..92746037 100644 --- a/lib/redmine_dmsf/plugin.rb +++ b/lib/redmine_dmsf/plugin.rb @@ -31,8 +31,7 @@ module RedmineDmsf # present. # It is related especially to plugins made by AplhaNode and RedmineUP. def self.an_obsolete_plugin_present? - plugins = %w[easyproject/easy_plugins/easy_money redmine_questions redmine_contacts redmine_db redmine_passwords - redmine_resources] + plugins = %w[easyproject/easy_plugins/easy_money redmine_questions redmine_db redmine_passwords redmine_resources] plugins.each do |plugin| return true if Plugin.present?(plugin) end