mirror of
https://github.com/redmine/redmine.git
synced 2026-03-13 08:00:49 +01:00
Revert undesired change (#37349).
git-svn-id: https://svn.redmine.org/redmine/trunk@21685 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -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}" +
|
||||
|
||||
Reference in New Issue
Block a user