Summary: | Sort patron fines in OPAC by date descending as a default | ||
---|---|---|---|
Product: | Koha | Reporter: | Barbara Johnson <barbara.johnson> |
Component: | OPAC | Assignee: | Owen Leonard <oleonard> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | aleisha, martin.renvoize, nick |
Version: | 17.11 | Keywords: | Academy |
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Bug 21399: Sort patron fines in OPAC by date descending as a default
Bug 21399: Sort patron fines in OPAC by date descending as a default Bug 21399: Sort patron fines in OPAC by date descending as a default |
Description
Barbara Johnson
2018-09-22 22:55:35 UTC
Created attachment 82683 [details] [review] Bug 21399: Sort patron fines in OPAC by date descending as a default This patch modifies the DataTables configuration of the logged-in user's "Fines and charges" table in the OPAC so that the table is sorted by date, descending. To test, apply the patch and log in to the OPAC as a user with multiple fines. Go to the "your fines" page and confirm that the table is sorted by default on the first column with the newest entries first. Created attachment 83466 [details] [review] Bug 21399: Sort patron fines in OPAC by date descending as a default This patch modifies the DataTables configuration of the logged-in user's "Fines and charges" table in the OPAC so that the table is sorted by date, descending. To test, apply the patch and log in to the OPAC as a user with multiple fines. Go to the "your fines" page and confirm that the table is sorted by default on the first column with the newest entries first. Signed-off-by: Devinim <kohadevinim@devinim.com.tr> Created attachment 83849 [details] [review] Bug 21399: Sort patron fines in OPAC by date descending as a default This patch modifies the DataTables configuration of the logged-in user's "Fines and charges" table in the OPAC so that the table is sorted by date, descending. To test, apply the patch and log in to the OPAC as a user with multiple fines. Go to the "your fines" page and confirm that the table is sorted by default on the first column with the newest entries first. Signed-off-by: Nazlı Çetin <nazli@devinim.com.tr> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Awesome work all! Pushed to master for 19.05 Enhancement, will not be backported to 18.11.x series. |