Bug 36326: Fix batch item mod/del access from biblio detail page
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 15 Mar 2024 12:51:02 +0000 (13:51 +0100)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Fri, 22 Mar 2024 11:26:36 +0000 (12:26 +0100)
commita36e8900d70e3ebff6f4f1bcefe059d094228bd8
tree373cc59e89c4abc4c82754c0734d1a8efb09b163
parent1ea4a11c2a88f7b23b482e071db48ae235beb42b
Bug 36326: Fix batch item mod/del access from biblio detail page

Allow both $op eq "show" and "cud-show".
We need to keep the POST when we upload a file, but we can simply allow
GET with "show".

Test plan:
Go to the biblio detail page, select an item and test both tools via the links
"Delete selected items" and "Modify selected items"

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
tools/batchMod.pl