Bug 41958 - Rename BibTex to BibTeX (with a capital X) for the staff interface cart and list download options (to match the OPAC)
Summary: Rename BibTex to BibTeX (with a capital X) for the staff interface cart and l...
Status: Needs Signoff
Alias: None
Product: Koha
Classification: Unclassified
Component: Staff interface (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal
Assignee: David Nind
QA Contact: Testopia
URL:
Keywords: Academy
Depends on:
Blocks:
 
Reported: 2026-02-27 23:11 UTC by David Nind
Modified: 2026-02-27 23:44 UTC (History)
1 user (show)

See Also:
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 (6.30 KB, patch)
2026-02-27 23:42 UTC, David Nind
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description David Nind 2026-02-27 23:11:52 UTC
In the staff interface, the name of the download option for the cart and lists is BibTex (notice the lowercase X).

In the OPAC, the name is BibTeX (notice the capital X).

In the staff interface these should be named the same as the OPAC - BibTeX (see https://www.bibtex.org/).

To reproduce:
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, click 'Add to cart').
3. Add some records from the results to a new public list (select records, Add to list > New list > Name list > make it a public list > Save).
4. Note the download options for the cart and the spelling: Cart > Download > BibTex.
5. Note the download options for lists and the spelling: Lists > Public lists > select the list > Download list > BibTex
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, click '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
Comment 1 David Nind 2026-02-27 23:42:24 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>