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 2019/01/15 03:06:48 UTC

[GitHub] code-hipster commented on issue #5971: Filterbox Time range doesnt work

code-hipster commented on issue #5971: Filterbox Time range doesnt work
URL: https://github.com/apache/incubator-superset/issues/5971#issuecomment-454251416
 
 
   my version is 0.28.1
   change code:
   incubator-superset/superset/assets/src/visualizations/FilterBox/FilterBox.jsx file
   line number 184:
   ```
   const choices = filtersChoices[key]; 
   => 
   const choices = filtersChoices[key] || [];
   ```
   line number 186:
   ```
   selectedValues[key]
    =>
    (Array.isArray(selectedValues[key]) ? selectedValues[key] : [selectedValues[key]])
   ```
   ```
   cd superset/assert
   npm install
   npm run build 
   cd ../../
   python setup.py install
   superset runserver
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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