Update to Redmine 5/Rails 6
This commit is contained in:
@@ -74,7 +74,7 @@ class Quantity < ActiveRecord::Base
|
||||
end
|
||||
|
||||
# TODO: move as an association extension module
|
||||
def self.filter(project, filters)
|
||||
def self.apply_filter(project, filters)
|
||||
quantities = all
|
||||
|
||||
if filters[:domain].present?
|
||||
|
||||
Reference in New Issue
Block a user