https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37206 --- Comment #1 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 168237 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=168237&action=edit Bug 37206: Removing an item from a label batch should be a CSRF-protected POST operation This patch updates the label batch edit template so that removing a single or multiple items from a batch is a CSRF-protected POST operation. The patch also removes the existing "if ($op eq 'cud-delete') {" section of label-edit-batch.pl because it was unused. To test, apply the patch and go to Cataloging -> Labels. - Create a label batch and add multiple items to it. - From the list of label batches, click "Edit" on the batch you created. - Click the "Delete" button for one of the items in the batch. - If you confirm, the item should be deleted. - In the "Select" column, check multiple checkboxes. - Click the "Remove selected items" button in the toolbar. - Verify that confirming this operation results in the items being deleted from the batch. Sponsored-by: Athens County Public Libraries -- You are receiving this mail because: You are watching all bug changes.