[Koha-bugs] [Bug 16490] Add an "add to cart" link for each search results in the staff client

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue May 10 17:06:03 CEST 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16490

--- Comment #1 from Owen Leonard <oleonard at myacpl.org> ---
Created attachment 51383
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51383&action=edit
Bug 16490 - Add an "add to cart" link for each search results in the staff
client

This patch adds an "add to cart" link to each line of search results in
the staff client.

To test, apply the patch and clear your browser cache if necessary.

- Enable the intranetbookbag system preference.
- Perform a search which will return multiple search results.
- Each result should have an "Add to cart" link.
  - Clicking the "Add to cart" link should add the title to the cart,
    triggering the correct pop-up message and changing the link to read
    "In your cart (remove)."
  - Clicking the "remove" link should remove the title from your cart
    and trigger the correct messages.
- Add multiple titles to your cart and perform the same search again.
  Each result should correctly indicate which titles are already in your
  cart.
- Open the cart popup window.
  - Check the checkbox for one or more titles in your cart and choose
    "Remove." The titles should be removed, and the "In your cart" label
    in the search results page should reflect that the titles are no
    longer in the cart.
  - Choose "Empty and close." All titles in the parent page should now
    indicate that they are not in the cart.
- Disable the intranetbookbag preference and confirm that the "Add to
  cart" links are no longer there.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list