https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37767
--- Comment #2 from Phil Ringnalda <[email protected]> --- Sigh. There is a delete confirm page, and it doesn't show because auth_tag_structure.pl just does a print $input->redirect() and exits after deleting a tag. The cancel button when you decide not to delete a tag has already been switched to a get. The copy-pasted but not kept in sync duplicated code between Authority types and MARC bibliographic frameworks is annoying. The two forms that POST without an op are dead code in the template for a delete confirm page, and the search for tags, which like MARC bibliographic frameworks in bug 37766 should be a GET so you can bookmark or link to searches for a particular tag in a particular framework. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
