diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2022-06-27 18:01:53 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2022-06-27 18:01:53 +0000 |
commit | 3ff5aea8f7863ffe55391cd3963475ba239ca546 (patch) | |
tree | 55e140529ac7a67a38ed571a809efa5e5088ad15 | |
parent | 6e5b8f07ef0466086fc44fc02603337a6f1c4652 (diff) | |
download | redmine-3ff5aea8f7863ffe55391cd3963475ba239ca546.tar.gz redmine-3ff5aea8f7863ffe55391cd3963475ba239ca546.zip |
Revert undesired change (#37349).
git-svn-id: https://svn.redmine.org/redmine/trunk@21685 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | app/models/query.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/query.rb b/app/models/query.rb index 1a614f175..4ef74a25e 100644 --- a/app/models/query.rb +++ b/app/models/query.rb @@ -1176,7 +1176,7 @@ class Query < ActiveRecord::Base end filter = available_filters[field] - target_class = filter[:through].format.target_class.base_class + target_class = filter[:through].format.target_class "#{queried_table_name}.id #{not_in} IN (" + "SELECT customized_id FROM #{CustomValue.table_name}" + |