It would be helpful if the patron's view of their list of fines and charges in the OPAC would display sorted by date descending as a default.
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.