Pagination is broken #99

Closed
opened 2025-10-14 18:10:09 -06:00 by navan · 0 comments
Owner

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?

*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?
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github/x-ray#99
No description provided.