Bug 34478: Frameworks - first subfield delete button has incorrect op value
authorOwen Leonard <oleonard@myacpl.org>
Thu, 15 Feb 2024 16:19:56 +0000 (16:19 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 1 Mar 2024 09:59:20 +0000 (10:59 +0100)
commit906059fd03b58077cb549fd504f411c2ecfdef53
tree4189ed6c1f7423763ae8a4fc56f667935e907553
parent8e6b95a936cbfbaadb15f6266222b0bce389d677
Bug 34478: Frameworks - first subfield delete button has incorrect op value

From the list of a tag's subfields (e.g.
/cgi-bin/koha/admin/marc_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/marc_subfields_structure.pl