Fixed emails for successful report file generation [SCI-5814]

This commit is contained in:
Martin Artnik 2021-06-14 13:25:50 +02:00
parent dc72bfc527
commit 380473c825

View file

@ -21,7 +21,7 @@
<% if @notification.system_message? %>
<% # We assume the system notification is clean %>
<%= @notification.message.html_safe %>
<% elsif @notification.deliver? %>
<% elsif @notification.deliver? && @notification.message.match?(/data-id=('|")(\d*)('|")/) %>
<%= I18n.t("notifications.deliver.download_link") %>
<% # work around the problem with inserting the link of zipExport %>
<% zip_id = /data-id=('|")(\d*)('|")/.match(@notification.message)[2] %>