https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37161

            Bug ID: 37161
           Summary: After deleting a tag in a MARC framework, template
                    doesn't do the [% IF ( delete_confirmed ) %] stuff
 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]
                CC: [email protected]

In older versions (I tested in 23.05.11 since I had it handy), when you edit a
MARC framework and delete a tag, you get a page saying "Tag deleted" with an OK
button, and clicking the button reloads the framework you were in (though not
exactly the way it was originally inteded to, since it's supposed to reload
with a search for the tagnumber, so you wind up in the same place you were).

In main, you don't get the "Tag deleted", which is inside an [% IF (
delete_confirmed ) %].

I don't see what magic was ever setting delete_confirmed, unless it was set by
that being the name of the $op back before it became cud-delete_confirmed.
https://git.koha-community.org/Koha-community/Koha/src/commit/582d6916c9a4e021641030d8779466cb5f7f6273/acqui/basket.pl#L175
explicitly sets it, but I don't see where anything else does, and if the magic
was coming from the $op, then there's a whole bunch more things that need to be
fixed to set it.

-- 
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