| Summary: | Standard ILL form should consider eISSN field | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Pedro Amorim <pedro.amorim> |
| Component: | ILL | Assignee: | Pedro Amorim <pedro.amorim> |
| Status: | Signed Off --- | QA Contact: | Testopia <testopia> |
| Severity: | enhancement | ||
| Priority: | P5 - low | CC: | lisette, pedro.amorim, richard.bridgen, tomascohen |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Crowdfunding goal: | 0 |
| Patch complexity: | Trivial patch | Documentation contact: | |
| Documentation submission: | Text to go in the release notes: | ||
| Version(s) released in: | Circulation function: | ||
| Attachments: |
Bug 41054: Add test
Bug 41054: Add eISSN to Standard forms Bug 41054: Sort metadata keys alphabetically case insensitive Bug 41054: Sort metadata keys alphabetically case insensitive Bug 41054: Add test Bug 41054: Add eISSN to Standard forms Bug 41054: Sort metadata keys alphabetically case insensitive |
||
|
Description
Pedro Amorim
2025-10-20 09:22:57 UTC
Created attachment 188144 [details] [review] Bug 41054: Add test prove t/db_dependent/Koha/ILL/Backend/Standard.t Created attachment 188145 [details] [review] Bug 41054: Add eISSN to Standard forms Created attachment 188161 [details] [review] Bug 41054: Sort metadata keys alphabetically case insensitive This coincidentally+nicely puts eISSN before ISSN on the 'manage request page' while keeping the rest of the order as before Test plan: 1) Enable ILLModule 2) Create a new ILL request, visit: <staff_url>/cgi-bin/koha/ill/ill-requests.pl?method=create&backend=Standard 3) Pick type one of 'journal article', 'conference', 'journal', 'generic resource' 4) Enter cardnumber, library, eISSN and other data if you want 5) Notice 'eISSN' shows on the 'Manage request' page. 6) Test again by creating an OPAC request, visit: <opac_url>/cgi-bin/koha/opac-illrequests.pl?op=add_form&backend=Standard Created attachment 188166 [details] [review] Bug 41054: Sort metadata keys alphabetically case insensitive This coincidentally+nicely puts eISSN before ISSN on the 'manage request page' while keeping the rest of the order as before Test plan: 1) Enable ILLModule 2) Create a new ILL request, visit: <staff_url>/cgi-bin/koha/ill/ill-requests.pl?method=create&backend=Standard 3) Pick type one of 'journal article', 'conference', 'journal', 'generic resource' 4) Enter cardnumber, library, eISSN and other data if you want 5) Notice 'eISSN' shows on the 'Manage request' page. 6) Test again by creating an OPAC request, visit: <opac_url>/cgi-bin/koha/opac-illrequests.pl?op=add_form&backend=Standard Seems to work fine on ELMS test server. Please apply to LHL and ELMS live. Created attachment 188231 [details] [review] Bug 41054: Add test prove t/db_dependent/Koha/ILL/Backend/Standard.t Signed-off-by: Richard Bridgen <Richard.Bridgen@nhs.net> Created attachment 188232 [details] [review] Bug 41054: Add eISSN to Standard forms Signed-off-by: Richard Bridgen <Richard.Bridgen@nhs.net> Created attachment 188233 [details] [review] Bug 41054: Sort metadata keys alphabetically case insensitive This coincidentally+nicely puts eISSN before ISSN on the 'manage request page' while keeping the rest of the order as before Test plan: 1) Enable ILLModule 2) Create a new ILL request, visit: <staff_url>/cgi-bin/koha/ill/ill-requests.pl?method=create&backend=Standard 3) Pick type one of 'journal article', 'conference', 'journal', 'generic resource' 4) Enter cardnumber, library, eISSN and other data if you want 5) Notice 'eISSN' shows on the 'Manage request' page. 6) Test again by creating an OPAC request, visit: <opac_url>/cgi-bin/koha/opac-illrequests.pl?op=add_form&backend=Standard Signed-off-by: Richard Bridgen <Richard.Bridgen@nhs.net> |