https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37163 Bug ID: 37163 Summary: Fix the redirect after deleting a tag from an authority framework to load the right page Change sponsored?: --- Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: MARC Authority data support Assignee: phil@chetcolibrary.org Reporter: phil@chetcolibrary.org QA Contact: testopia@bugs.koha-community.org Depends on: 918 https://git.koha-community.org/Koha-community/Koha/src/commit/36c4d315c8b4ba... attempts to send you back to the page where you were when you deleted a tag from an authority framework, but since the previous line sets my $tagfield = $input->param('tagfield'); when the actual param is 'searchfield' ('tagfield' is only set when you are creating a new tag, editing tags misuses 'searchfield' whether or not you searched for it) so it fails. Whether or not that redirect is the right thing to do is bug 37162 once bug 37161 decides what approach to use, but those may or may not go back through every supported version since they probably depend on the CSRF changes, and this has been busted since bug 918 landed in 2009. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=918 [Bug 918] impossible to delete a field in unimarc authorities framework -- You are receiving this mail because: You are watching all bug changes.