Summary: | pagination error on GROUP BY guided reports | ||
---|---|---|---|
Product: | Koha | Reporter: | Paul Poulain <paul.poulain> |
Component: | Reports | Assignee: | Paul Poulain <paul.poulain> |
Status: | CLOSED FIXED | QA Contact: | Bugs List <koha-bugs> |
Severity: | normal | ||
Priority: | P2 | CC: | chris, frederic.durand, jwagner, koha.sekjal |
Version: | 3.4 | ||
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: | |||
Bug Depends on: | 6340 | ||
Bug Blocks: | |||
Attachments: |
proposed patch
Proposed patch Proposed patch |
Description
Paul Poulain
2011-04-06 16:17:02 UTC
Created attachment 3759 [details] [review] proposed patch Created attachment 3778 [details] [review] Proposed patch Precedent patch deletes too many functions Created attachment 3798 [details] [review] Proposed patch Replace stupid previous patch Count of row in reports with GROUP BY is ok. Testing the most recent version of the attached patch, and it works. Signed off patch sent to list. *** Bug 3315 has been marked as a duplicate of this bug. *** Pushed, please test I think the patch didn't fix the problem. The number of results shown is correct. But I get no pagination. My test was: select * from borrowers group by borrowernumber, categorycode This makes not much sense, but gives a result list long enough to cause pagination. After running the report I got: Total number of rows matching the (unlimited) query is 50. The first 20 results were shown, the following results not. Pagination is broken in general on this page. Filing separate bug and sending patch. This works nicely in 3.6.3. Marking resolved. |