Summary: | OPAC ILL requests table should sort on ID desc by default | ||
---|---|---|---|
Product: | Koha | Reporter: | Pedro Amorim <pedro.amorim> |
Component: | ILL | Assignee: | Pedro Amorim <pedro.amorim> |
Status: | RESOLVED DUPLICATE | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | pedro.amorim, tomascohen |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | 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 39450: Sort by ILL request ID DESC by default
Bug 39450: Sort by ILL request ID DESC by default |
Description
Pedro Amorim
2025-03-25 15:58:56 UTC
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> |