Bug 39404 - Inconsistency due to "Add to list" vs "Add to a list"
Summary: Inconsistency due to "Add to list" vs "Add to a list"
Status: Passed QA
Alias: None
Product: Koha
Classification: Unclassified
Component: Templates (show other bugs)
Version: Main
Hardware: All All
: P5 - low trivial
Assignee: Owen Leonard
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-03-21 04:14 UTC by David Cook
Modified: 2025-03-27 12:55 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: String patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments
Bug 39404: Update Cart control to say "Add to list" for consistency (2.94 KB, patch)
2025-03-21 15:20 UTC, Owen Leonard
Details | Diff | Splinter Review
Bug 39404: Update Cart control to say "Add to list" for consistency (2.99 KB, patch)
2025-03-25 01:11 UTC, David Cook
Details | Diff | Splinter Review
Bug 39404: Update Cart control to say "Add to list" for consistency (3.07 KB, patch)
2025-03-27 12:55 UTC, Emily Lamancusa (emlam)
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description David Cook 2025-03-21 04:14:07 UTC
Most places in Koha say "Add to list", but the cart (both OPAC and staff interface) is the exception which uses "Add to a list".
Comment 1 Owen Leonard 2025-03-21 15:20:53 UTC
Created attachment 179625 [details] [review]
Bug 39404: Update Cart control to say "Add to list" for consistency

This patch update the template for the cart in both the staff interface
and OPAC so that the control for adding an item in the cart to a list.

To test, apply the patch and log in to the OPAC.

- Perform a catalog search in the OPAC which will return multiple
  results.
- From the search results page, check checkboxes next to multiple
  results and click "Add to cart."
- Open the cart by clicking the "Cart" link at the top of the page.
- In the cart popup, you should see "Select titles to:" You should see a
  button labeled "Add to list."
- Perform the same test in the staff interface.
Comment 2 David Cook 2025-03-25 01:11:08 UTC
Created attachment 179677 [details] [review]
Bug 39404: Update Cart control to say "Add to list" for consistency

This patch update the template for the cart in both the staff interface
and OPAC so that the control for adding an item in the cart to a list.

To test, apply the patch and log in to the OPAC.

- Perform a catalog search in the OPAC which will return multiple
  results.
- From the search results page, check checkboxes next to multiple
  results and click "Add to cart."
- Open the cart by clicking the "Cart" link at the top of the page.
- In the cart popup, you should see "Select titles to:" You should see a
  button labeled "Add to list."
- Perform the same test in the staff interface.

Signed-off-by: David Cook <dcook@prosentient.com.au>
Comment 3 David Cook 2025-03-25 01:12:22 UTC
Thanks, Owen. It's a small change, but I haven't had time to write them :|
Comment 4 Emily Lamancusa (emlam) 2025-03-27 12:55:07 UTC
Created attachment 179786 [details] [review]
Bug 39404: Update Cart control to say "Add to list" for consistency

This patch update the template for the cart in both the staff interface
and OPAC so that the control for adding an item in the cart to a list.

To test, apply the patch and log in to the OPAC.

- Perform a catalog search in the OPAC which will return multiple
  results.
- From the search results page, check checkboxes next to multiple
  results and click "Add to cart."
- Open the cart by clicking the "Cart" link at the top of the page.
- In the cart popup, you should see "Select titles to:" You should see a
  button labeled "Add to list."
- Perform the same test in the staff interface.

Signed-off-by: David Cook <dcook@prosentient.com.au>
Signed-off-by: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov>