You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2020/01/30 10:12:25 UTC

[GitHub] [incubator-superset] FredericoCoelhoNunes commented on issue #7494: make filter_values() macro accept single-selection filter box value

FredericoCoelhoNunes commented on issue #7494: make filter_values() macro accept single-selection filter box value
URL: https://github.com/apache/incubator-superset/pull/7494#issuecomment-580181883
 
 
   I'm running into an issue with filter_values, when it is a single-selection filter AND the filter's value is updated to 0. Issue here: https://github.com/apache/incubator-superset/issues/9048
   To summarize, filter_values(filter_name)[0] is returning a dictionary, as opposed to a single value, just in that case. 
   This is not happening if the filter is multi-value, and I select only one value of 0, which seems to me a problem in the form data that reaches the filter_values function.
   
   Any insights?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org