Bug 36057 - Deleting uploaded file does not show the alert anymore
Summary: Deleting uploaded file does not show the alert anymore
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-02-09 10:30 UTC by Marcel de Rooy
Modified: 2024-02-09 10:36 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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