You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@superset.apache.org by GitBox <gi...@apache.org> on 2017/10/27 18:37:54 UTC

[GitHub] afernandez opened a new issue #3731: Bug: Users page does not render rows after selecting higher pagination size

afernandez opened a new issue #3731: Bug: Users page does not render rows after selecting higher pagination size
URL: https://github.com/apache/incubator-superset/issues/3731
 
 
   In the Users page, filter for a subset of users, e.g., users whose first name is John shows 34 results.
   Then select a higher pagination size; when I select 100 it fails to render any results and the pagination button disappears, but 50 works.
   
   In the DOM, `<div class="table-responsive">
           <table class="table table-bordered table-hover">` only contains a header but no rows.
   See screenshots
   
   - [y] I have checked the superset logs for python stacktraces and included it here as text if any
   - [y] I have reproduced the issue with at least the latest released version of superset
   - [y] I have checked the issue tracker for the same issue and I haven't found one similar
   
   
   ### Superset version
   0.20.1
   6a2a11af7685c9377697a660c2da4829bc9f294b
   
   ### Expected results
   Show render the result rows.
   
   ### Actual results
   No rows are shown.
   
   ### Steps to reproduce
   See above
   
   

----------------------------------------------------------------
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