Can't upgrade plugin to 4.0.1 after upgrading redmine to 6.0.2 #1580
This commit is contained in:
parent
73d3afabfd
commit
0e86b9197d
@ -26,7 +26,6 @@ module RedmineDmsf
|
|||||||
def self.included(base)
|
def self.included(base)
|
||||||
base.extend ClassMethods
|
base.extend ClassMethods
|
||||||
base.class_eval do
|
base.class_eval do
|
||||||
unloadable
|
|
||||||
class << self
|
class << self
|
||||||
alias_method :all_without_resources_dmsf, :all
|
alias_method :all_without_resources_dmsf, :all
|
||||||
alias_method :all, :all_with_resources_dmsf
|
alias_method :all, :all_with_resources_dmsf
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user