mirror of
https://github.com/matthewmueller/x-ray.git
synced 2026-04-03 00:28:41 -06:00
Pagination is broken #99
Labels
No labels
bug
bug
docs
duplicated
enhancement
enhancement
enhancement
enhancement
feature
feature
help wanted
question
ready for contributor
stale
tech support
tech support
tech support
tech support
tech support
tech support
tech support
tech support
tech support
tech support
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github/x-ray#99
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @norbert-gaulia on 3/4/2018
When pagination is enabled it always loops through first/second paginating element.
So from page 1 it goes to page 2, then on the page 2 it sees paginating link to page 1.
Then it goes to page 1, then loops again to page 2 etc.
It should keep an array of visited pagination urls and do not try to request them again. I'm trying to make fix but i can't figure out what is where, can some one help?