Can't upgrade plugin to 4.0.1 after upgrading redmine to 6.0.2 #1580

This commit is contained in:
Karel Pičman 2025-01-21 15:26:15 +01:00
parent 73d3afabfd
commit 0e86b9197d

View File

@ -26,7 +26,6 @@ module RedmineDmsf
def self.included(base)
base.extend ClassMethods
base.class_eval do
unloadable
class << self
alias_method :all_without_resources_dmsf, :all
alias_method :all, :all_with_resources_dmsf