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: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
        Depends on: 918

https://git.koha-community.org/Koha-community/Koha/src/commit/36c4d315c8b4bac116377d7fac4d9e51414c7f80/admin/auth_tag_structure.pl#L160
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.
_______________________________________________
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/

Reply via email to