×

Notice

The forum is in read only mode.

Pagination links don't seem to work

7 years 2 months ago #4698 by JC
If on the open tickets tab the pagination works fine. when I am trying to look through the closed tickets the first time I click on the pagination it takes me back to open tickets and now I'm viewing all the tickets.

It's seems to not track which tab you are in.
Is anybody else having this issue?
7 years 2 months ago #4699 by JC
I seem to have fixed this issue.
The page needs to track the list or tab it is on
It does require modifying the file includes/pagination.php

the method to modify is static function getPagination($total)
add these two lines to the top
$list = JSSTrequest::getVar('list', null, 1)
$add_args = array('list' => $list);

Then modify the paginate_links(
change
'add_args' => false
to
'add_args' => $add_args

No all the pagination works
Time to create page: 0.031 seconds

Please publish modules in offcanvas position.