https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36597 --- Comment #1 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 164844 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=164844&action=edit Bug 36597: Fix deletion of circulation desks broken by CSRF Our CSRF work introduced a problem with deleting circulation desks: The "delete_confirm" does not need "cud-" because it's a GET operation leading to a POSTed deletion after the confirmation is submitted. To test, apply the patch and restart services. - Go to Administration -> Circulation desks. - If necessary, create a circulation desk. - Click the "Delete" button for you new desk. - You should be taken to a confirmation page which shows details of the desk you're deleting. - Confirming the deletion should result in deletion of the desk. -- You are receiving this mail because: You are watching all bug changes.