When you have more than a "page" of comments already moderated (possibly also with 'to moderate'), a paging option is shown at the bottom. But instead of moving you to the next page, it will move you by one comment entry, which is not the expected behaviour and makes it really hard to use for systems with a lot of comments. Example: a b c d ... Use > to navigate to the next page b c d e ...
I can not reproduce the issue on curent master. Tested with about 50 comments / 3 "pages".
Interesting. I have tested it serveral times now for the library, but couldn't see it in the very beginning. Can you check the offset parameter in the pagination links maybe? In the library reporting they change by 1. If I manipulate the offset parameter in the URL, it works to make bigger 'jumps'.
URL for 1st page: .../cgi-bin/koha/reviews/reviewswaiting.pl?status=1&page=1 URL for the 2nd page: .../cgi-bin/koha/reviews/reviewswaiting.pl?status=1&page=2 URL for 3rd page: .../cgi-bin/koha/reviews/reviewswaiting.pl?status=1&page=3
Interesting! The parameter is offset in this version (3.18) - I will recheck on master. Thx for testing!
Is this fixed?
Confirmed in 3.18.x. And 3.20.x. Not an issue in 3.22.x or master. I'm switching the version of this bug to 3.20.x since 3.18.x has no maintainer.
I think this can be closed - 3.20 will mostly get security fixes at this point in time. Thx a lot Owen for testing this out!