| Summary: | opac-topissues.pl sort is broken | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Julian Maurice <julian.maurice> |
| Component: | OPAC | Assignee: | Julian Maurice <julian.maurice> |
| Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
| Severity: | minor | ||
| Priority: | P5 - low | CC: | chris, liz, tomascohen, veron |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Crowdfunding goal: | 0 |
| Patch complexity: | Small patch | Documentation contact: | |
| Documentation submission: | Text to go in the release notes: | ||
| Version(s) released in: | Circulation function: | ||
| Attachments: |
Bug 14940: Fix sorting in opac-topissues.pl
Bug 14940: Fix sorting in opac-topissues.pl [PASSED QA] Bug 14940: Fix sorting in opac-topissues.pl |
||
|
Description
Julian Maurice
2015-10-02 07:31:50 UTC
Created attachment 43047 [details] [review] Bug 14940: Fix sorting in opac-topissues.pl There is hidden text in "Checkouts" cells that prevent DataTables to sort numerically. This patch adds the 'title-numeric' sort plugin and use it in opac-topissues.pl Created attachment 43080 [details] [review] Bug 14940: Fix sorting in opac-topissues.pl There is hidden text in "Checkouts" cells that prevent DataTables to sort numerically. This patch adds the 'title-numeric' sort plugin and use it in opac-topissues.pl Column 'Checkouts' in Home > Most popular items sorts as expected Signed-off-by: Marc Véron <veron@veron.ch> Created attachment 43081 [details] [review] [PASSED QA] Bug 14940: Fix sorting in opac-topissues.pl There is hidden text in "Checkouts" cells that prevent DataTables to sort numerically. This patch adds the 'title-numeric' sort plugin and use it in opac-topissues.pl Column 'Checkouts' in Home > Most popular items sorts as expected Signed-off-by: Marc Véron <veron@veron.ch> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Patch pushed to master. Thanks Julian! Pushed to 3.20.x will be in 3.20.5 Pushed to 3.18.x, is in 3.18.12. |