From 6032751ad96f3a9d16fbf2d62b9844a5e45ee82a Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Sun, 12 Jan 2020 07:04:16 +0000 Subject: Merged r19421 from trunk to 4.1-stable (#32769). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/branches/4.1-stable@19422 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/models/project_query.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/models/project_query.rb') diff --git a/app/models/project_query.rb b/app/models/project_query.rb index 5957ecb41..55c785e89 100644 --- a/app/models/project_query.rb +++ b/app/models/project_query.rb @@ -71,7 +71,7 @@ class ProjectQuery < Query return @available_columns if @available_columns @available_columns = self.class.available_columns.dup @available_columns += ProjectCustomField.visible. - map {|cf| QueryAssociationCustomFieldColumn.new(:project, cf) } + map {|cf| QueryCustomFieldColumn.new(cf) } @available_columns end -- cgit v1.2.3