1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-02-05 08:33:25 +00:00

Remove an unused variable in Query#add_chained_custom_field_filters (#33728).

Patch by Mizuki ISHIKAWA.


git-svn-id: http://svn.redmine.org/redmine/trunk@20007 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2020-09-07 13:33:07 +00:00
parent ec90263533
commit a411666fe8

View File

@ -1387,7 +1387,6 @@ class Query < ActiveRecord::Base
options = chained.query_filter_options(self)
filter_id = "cf_#{field.id}.cf_#{chained.id}"
filter_name = chained.name
add_available_filter(
filter_id,