Summary: | The hold ratios table uses a server-side sort | ||
---|---|---|---|
Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
Component: | Templates | Assignee: | Jonathan Druart <jonathan.druart> |
Status: | CLOSED FIXED | QA Contact: | |
Severity: | minor | ||
Priority: | P5 - low | ||
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | Small patch | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Bug Depends on: | 9459 | ||
Bug Blocks: | |||
Attachments: |
Bug 9984: Remove server-side sort on the hold ratios table
Bug 9984: Remove server-side sort on the hold ratios table [PASSED QA] Bug 9984: Remove server-side sort on the hold ratios table |
Description
Jonathan Druart
2013-04-03 13:19:24 UTC
Created attachment 17168 [details] [review] Bug 9984: Remove server-side sort on the hold ratios table JS is a requirement for the staff client, so the sort link on header is useless. Test plan: Check that there is no regression (sort, data, etc.) on the hold ratios table. Created attachment 17213 [details] [review] Bug 9984: Remove server-side sort on the hold ratios table JS is a requirement for the staff client, so the sort link on header is useless. Test plan: Check that there is no regression (sort, data, etc.) on the hold ratios table. Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Created attachment 17256 [details] [review] [PASSED QA] Bug 9984: Remove server-side sort on the hold ratios table JS is a requirement for the staff client, so the sort link on header is useless. Test plan: Check that there is no regression (sort, data, etc.) on the hold ratios table. Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> Tested on top of patch for bug 9459. All tests and QA script pass. This patch has been pushed to master and 3.12.x. |