Pagination on the Manage alert conditions page is not working #3528
Comments
dennisoelkers
added a commit
that referenced
this issue
Feb 21, 2017
Before this change, the slice of alert conditions shown in the paginated view was calculated incorrectly. Fixes #3528.
joschi
added a commit
that referenced
this issue
Feb 23, 2017
Before this change, the slice of alert conditions shown in the paginated view was calculated incorrectly. Fixes #3528
joschi
pushed a commit
that referenced
this issue
Feb 23, 2017
joschi
pushed a commit
that referenced
this issue
Feb 23, 2017
edmundoa
added a commit
that referenced
this issue
Feb 23, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If more than 10 alert conditions are added, pagination kicks in. When I try to go to the next page, it jumps to the next condition and won't let me go any further.
Expected Behavior
When clicking the next page it should jump to the next 10 conditions.
Current Behavior
When clicking the next page, it jumps to the next condition.
Example:
Conditions 1 to 10 are being displayed. When I click the next page button, conditions 2 to 11 are displayed (instead of conditions 11 to 20) and there's no way to move further.
Possible Solution
Change the pagination behavior to what it should be or remove pagination altogether.
Steps to Reproduce (for bugs)
Your Environment
The text was updated successfully, but these errors were encountered: