Summary: | Paging on comments moderation broken | ||
---|---|---|---|
Product: | Koha | Reporter: | Katrin Fischer <katrin.fischer> |
Component: | Tools | Assignee: | Galen Charlton <gmcharlt> |
Status: | CLOSED WONTFIX | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | jonathan.druart, veron |
Version: | 3.20 | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: |
Description
Katrin Fischer
2016-02-10 10:34:20 UTC
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! |