1
0

Update to Redmine 5/Rails 6

This commit is contained in:
cryptogopher
2023-12-07 17:01:42 +01:00
parent 71bfc5a33a
commit a784ca6514
15 changed files with 19 additions and 21 deletions

View File

@@ -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?