It's currently sorting on 'backend' DESC by default which in itself does not do a whole lot.
Created attachment 179687 [details] [review] Bug 39450: Sort by ILL request ID DESC by default To test: 1) Enable ILLModule 2) Create 2 ILL requests 3) Access the ILL table on the OPAC: http://localhost:8080/cgi-bin/koha/opac-illrequests.pl 4) Notice the table is sorted on the 'Requested from' column. 5) Apply patch, repeat. Notice it's now showing the most recent requests first (sorting on ID DESC). This is particularly important for Koha instances where patrons access this OPAC page often, and have multiple ILL backends installed
Created attachment 180252 [details] [review] Bug 39450: Sort by ILL request ID DESC by default To test: 1) Enable ILLModule 2) Create 2 ILL requests 3) Access the ILL table on the OPAC: http://localhost:8080/cgi-bin/koha/opac-illrequests.pl 4) Notice the table is sorted on the 'Requested from' column. 5) Apply patch, repeat. Notice it's now showing the most recent requests first (sorting on ID DESC). This is particularly important for Koha instances where patrons access this OPAC page often, and have multiple ILL backends installed Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com>