https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36630 Bug ID: 36630 Summary: Item search batch operations buttons broken by CRSF Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: major Priority: P5 - low Component: Cataloging Assignee: koha-bugs@lists.koha-community.org Reporter: blawlor@clamsnet.org QA Contact: testopia@bugs.koha-community.org CC: m.de.rooy@rijksmuseum.nl Since Bug 34478 Full CSRF protection some POST requests return 403 with an error and need to be ajusted. On the Item search results page, the Batch operations buttons are broken and need to be changed to GET. To recreate: 1. Do an item search 2. On the results page 'click Select visible rows' 3. Click 'Batch operations' and select 'Batch item modification' 4. See Programming error - op 'show' must start with 'cud-' for POST http://localhost:8081/intranet/tools/batchMod.pl (referer: http://localhost:8081/cgi-bin/koha/catalogue/itemsearch.pl) 5. Click 'Batch operations' and select 'Batch item deletion' 6. See the same error -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.