Bug 36057

Summary: Deleting uploaded file does not show the alert anymore
Product: Koha Reporter: Marcel de Rooy <m.de.rooy>
Component: Architecture, internals, and plumbingAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Marcel de Rooy 2024-02-09 10:30:30 UTC
Does no longer work somehow:
            [% IF msg %]
                ShowAlerts( [% msg | html %] );
            [% END %]

Reproduce: Upload a file, delete it on the result form. No alert?
Comment 1 Marcel de Rooy 2024-02-09 10:36:00 UTC
This is about tools/upload.pl to be clearer