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

--- Comment #119 from Olivia Reynolds <[email protected]> ---
Created attachment 205702
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=205702&action=edit
Bug 30557: Integrate adding items to item lists

Test plan:
1.  Navigate to Item Lists, and create a new item list with your user as
    the owner and any visibility.
2.  Navigate to a Catalogue detail page, and select an item in its
    holdings table.
3.  Verify an "Add selected items to list" button appears above the
    table.
4.  Click this button, and add the item to the list you created earlier.
5.  Return to the item list, clicking its name to view its items.
6.  Verify the item you added appears in the list.
7.  Remove the item from the list.
8.  Navigate to Reports > Create from SQL, and create a new report with
    any name and the following SQL:
      SELECT itemnumber FROM items ORDER BY RAND() LIMIT 1
9.  Run this report, and verify "Add items to list" appears under the
    "Batch operations with 1 visible records" dropdown.
10. Use this option to add the item to the list you created earlier.
11. Verify the item has been added to the list, and remove it again.
12. Navigate to Search > Item Search, and perform an empty search to
    list all items.
13. Select an item from the results, and the "Add to item list" button
    appears at the top of the results table.
14. Use this button to add the item to the list you created earlier.
15. Verify the item has been added to the list, and remove it again.
16. Repeat steps 2-15, selecting "Add to list and view" from the modal's
    dropdown and verifying you are redirected to the list.
17. Repeat steps 2-16, creating a new list from the "Add items to item
    list" modal.

Sponsored-by: CLAMS

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list -- [email protected]
To unsubscribe send an email to [email protected]
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to