Merge pull request #3385 from artoscinote/ma_SCI_5788

Reload report table after triggering doc generation request [SCI-5788]
This commit is contained in:
artoscinote 2021-06-14 12:30:45 +02:00 committed by GitHub
commit f16aa16d70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -71,7 +71,7 @@
${I18n.t('projects.reports.index.previous_docx')})
</a>`;
}
return `<span class="processing-error">
return `<span class="processing-error docx">
<i class="fas fa-exclamation-triangle"></i>
${I18n.t('projects.reports.index.error')}${oldLink}
</span>`;