Bug 34478: Authority frameworks - first subfield delete button has incorrect op value
authorOwen Leonard <oleonard@myacpl.org>
Thu, 15 Feb 2024 16:35:39 +0000 (16:35 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 1 Mar 2024 09:59:21 +0000 (10:59 +0100)
commit09bfb81c5e6b89db344a3b67dee3528039fea0be
tree030d736497a7135536e299a930014878055ecad4
parent906059fd03b58077cb549fd504f411c2ecfdef53
Bug 34478: Authority frameworks - first subfield delete button has incorrect op value

From the list of a tag's subfields (e.g.
/cgi-bin/koha/admin/auth_subfields_structure.pl?tagfield=245&frameworkcode=)
the delete button is a GET operation to a second form for confirmation.

This script should be checking for op=delete_confirm, not cud-delete-confirm.

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
admin/auth_subfields_structure.pl