Skip to content

Bug 30557 - #138

Closed
mrenvoize wants to merge 19 commits into
mainfrom
bug-30557
Closed

Bug 30557#138
mrenvoize wants to merge 19 commits into
mainfrom
bug-30557

Conversation

@mrenvoize

Copy link
Copy Markdown
Member

No description provided.

Test plan:
1. Prove t/db_dependent/Koha/Item/List.t
Test plan:
1 Prove t/db_dependent/api/v1/item_lists.t
Test plan:
1. Rebuild the JS bundles with
     yarn js:build
2. Run the Cypress spec t/cypress/integration/ItemLists_spec.ts
   In KTD you can do this with:
     cypress run -s t/cypress/integration/ItemLists_spec.ts
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 verify "Batch add to item list"
    appears in the "Batch operations" dropdown at the top of the results
    table.
14. Use this option to add the item to the list you created earlier.
15. Verify the item has been added to the list, and remove it again.
@github-actions

Copy link
Copy Markdown

(Automated Close) Please do not file pull requests here, this repo is merely a clone of https://git.koha-community.org/Koha-community/Koha and we use Bugzilla at https://bugs.koha-community.org to submit patches to its codebase.\n\nSee https://wiki.koha-community.org/wiki/Submitting_A_Patch for more information. Note that you can use to easily set-up a full development environment, which includes the command to easily push your patches with a single command, instead of manually fiddling with patch files!\n\nIf you have any more questions or need help, do not hesitate to ask in our Mattermost chat: https://chat.koha-community.org. Thank you.

@github-actions github-actions Bot closed this Jul 14, 2026
@github-actions github-actions Bot locked and limited conversation to collaborators Jul 14, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants