Bug 40828 - Items view: “Delete item” not working in row action dropdown menu
Summary: Items view: “Delete item” not working in row action dropdown menu
Status: Needs Signoff
Alias: None
Product: Koha
Classification: Unclassified
Component: Staff interface (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-09-17 15:54 UTC by Slava Shishkin
Modified: 2025-09-17 16:06 UTC (History)
1 user (show)

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


Attachments
Bug 40828: Fix Delete item action in Items view (1.44 KB, patch)
2025-09-17 16:03 UTC, Slava Shishkin
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Slava Shishkin 2025-09-17 15:54:27 UTC
Description:
In Items view, the Delete item action does not work. Edit item works normally.

Steps to reproduce:
1. Go to a bibliorecord and choose Edit → Manage items.
   (If there are no items, create one.)
2. In the table of existing items, click on any column except the first for any item.
3. In the pop-up menu, select Delete item.
4. Confirm the deletion.

After confirming deletion, the item remains in the table, even though it should be removed.
Comment 1 Slava Shishkin 2025-09-17 16:03:36 UTC
Created attachment 186536 [details] [review]
Bug 40828: Fix Delete item action in Items view

Steps to reproduce:
1. Go to a bibliorecord and choose Edit → Manage items.
   (If there are no items, create one.)
2. In the table of existing items, click on any column except the first for any item.
3. In the pop-up menu, select Delete item.
4. Confirm the deletion.
5. Apply the patch.
6. Verify that the item is correctly removed from the table by following the test plan.