-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The item count DashBoards View displayed per page is not correct #5466
Comments
Found the root cause here: https://github.com/getredash/redash/pull/5267/files#r628401694 |
Hi there, I can't reproduce this on the latest tip of master. |
@susodapop I just tested the latest image on dockerhub ( redash:latest) and the bug is still present. |
Thank you @bratao. I have reproduced it locally now. Working on a patch today. |
Thank you @susodapop , is ok to wait for Docker image (https://hub.docker.com/r/redash/redash/) to update to test it? I do not have a configured build env to do it. |
Yes @bratao that's fine. The beta should go live in a few days. |
@susodapop Same thing on my side, will try out as soon as new beta image is live. Thanks once again for the fix! |
* Add test that reproduces issue getredash#5466 * Fix: Duplicate dashboard rows were returned by Dashboard.all() (getredash#5466)
@susodapop Seems to be fixed on my end. |
Confirmed fixed in 10.0 beta |
It hasn't been merged into master branch. So the preview Docker image still has this issue. |
The tip of master is not guaranteed to be stable. Use the release branches. The fix will be merged into master once V10 is released. |
commit 9c928bd Author: Jesse Whitehouse <[email protected]> Date: Fri Oct 1 21:13:13 2021 -0500 Bump version to 10.0.0 commit f312adf Author: Jesse <[email protected]> Date: Fri Oct 1 18:02:27 2021 -0500 Apply V10 beta period feedback / fixes (getredash#5611) The following PR's were cherry-picked: * Excel & CSV query runner (getredash#2478) * Pin python3 image version (getredash#5570) * Fix: Edit Source button disappeared for users without CanEdit perms (getredash#5568) * Fix: Specify the protobuf version (getredash#5608) Plus one additional change exclusive to this branch: * Replace reference to yarn with NPM This happened because we cherry-picked getredash#5570 but did not also incorporate getredash#5541 into V10. Co-authored-by: deecay <[email protected]> Co-authored-by: Levko Kravets <[email protected]> Co-authored-by: zoomdot <[email protected]> commit 92e5d78 Author: Jesse <[email protected]> Date: Thu Jun 17 13:42:07 2021 -0500 Update changelog details for snowflake (getredash#5519) commit 0983e69 Author: Jesse <[email protected]> Date: Thu Jun 17 12:45:17 2021 -0500 update changelog for v10-beta (getredash#5517) commit dec8879 Author: Jesse <[email protected]> Date: Tue Jun 15 15:04:36 2021 -0500 Fix: pagination is broken on the dashboard list page (getredash#5516) * Add test that reproduces issue getredash#5466 * Fix: Duplicate dashboard rows were returned by Dashboard.all() (getredash#5466) commit 64a1d7a Author: Jesse Whitehouse <[email protected]> Date: Tue Jun 1 11:21:49 2021 -0500 Update version for CircleCI build.
Issue Summary
The item count DashBoards view displayed per page is not correct. By default, 20/page, but it actually shows only 12 items. If I switch to 5/page, it only shows 2 items. It can be reproduced on the deploy preview. https://redash-preview.netlify.app/dashboards?order=name&page=1&page_size=5
Technical details:
The text was updated successfully, but these errors were encountered: