| Summary: | Rename BibTex to BibTeX (with a capital X) for the staff interface cart and list download options (to match the OPAC) | ||
|---|---|---|---|
| Product: | Koha | Reporter: | David Nind <david> |
| Component: | Staff interface | Assignee: | David Nind <david> |
| Status: | Needs Signoff --- | QA Contact: | Testopia <testopia> |
| Severity: | normal | ||
| Priority: | P5 - low | CC: | gmcharlt |
| Version: | Main | Keywords: | Academy |
| Hardware: | All | ||
| OS: | All | ||
| See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41885 | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | String patch |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: |
This renames BibTex to BibTeX (with a capital X) for the staff interface cart and list download options (to match the OPAC).
|
Version(s) released in: | |
| Circulation function: | |||
| Attachments: | Bug 41958: Rename BibTeX cart and list download options in the staff interface | ||
|
Description
David Nind
2026-02-27 23:11:52 UTC
Created attachment 194186 [details] [review] Bug 41958: Rename BibTeX cart and list download options in the staff interface This patch renames BibTex to BibTeX (with a capital X) for the staff interface cart and list download options, to match the OPAC. Test plan: 1. Log in to the staff interface and search for a term that returns results. 2. Add some records from the results to the cart (select records > Add to cart). 3. Add some records from the results to a new public list (select records > Add to list > New list > name the list > make it a public list > Save). 4. Note the download options for the cart and the spelling: Cart > Download > BibTexi (with a lowercase X). 5. Note the download options for lists and the spelling: Lists > Public lists > select the list > Download list > BibTex (with a lowercase X). 6. Go to the OPAC and search for a term that returns results. 7. Add some records from the results to the cart (select records > Add to cart). 8. Note the download options for the cart and the spelling (with a capital X): Cart > Download > BibTeX. 9. Note the download options for lists and the spelling (with a capital X): Lists > Public lists > the name of your list > Download > BibTeX. 10. Apply the patch. 11. Recheck the download options in steps 4 and 5. 12. The option should now show as BibTeX (with a capital X). Signed-off-by: David Nind <david@davidnind.com> |