https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37162
Bug ID: 37162
Summary: Use or remove the [% IF ( delete_confirmed ) %] stuff
in auth_tag_structure.tt
Change sponsored?: ---
Product: Koha
Version: Main
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5 - low
Component: Templates
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
auth_tag_structure.tt has multiple sections of [% IF ( delete_confirmed ) %]
like
https://git.koha-community.org/Koha-community/Koha/src/commit/36c4d315c8b4bac116377d7fac4d9e51414c7f80/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tt#L212
but in the script, if the $op is cud-delete_confirmed,
https://git.koha-community.org/Koha-community/Koha/src/commit/36c4d315c8b4bac116377d7fac4d9e51414c7f80/admin/auth_tag_structure.pl#L160
just redirects and exits, it doesn't ever load the template.
Bug 37161, which made me notice this, might just adopt the redirect too, but if
it instead actually makes delete_confirmed work we ought to make
auth_tag_structure actually use it, so we have them both doing the same thing
and don't just have dead code that pretends they do the same thing.
--
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/