Update query_patch.rb

This commit is contained in:
2017-11-13 20:13:26 -05:00
committed by GitHub
parent 4a073d3a71
commit 05edafec4c

View File

@@ -57,7 +57,7 @@ module QueryPatch
:id => :customer_id, :id => :customer_id,
:type => :list_optional, :type => :list_optional,
:order => @available_filters.size + 1, :order => @available_filters.size + 1,
:remote => true :remote => false
#:values => Customer.find(:all).collect { |c| [c.name, c.id.to_s]} #:values => Customer.find(:all).collect { |c| [c.name, c.id.to_s]}
} }
} }