diff --git a/apps/red-ui/src/app/modules/admin/screens/reports/reports-screen.component.html b/apps/red-ui/src/app/modules/admin/screens/reports/reports-screen.component.html
index ec8249b0d..117d96e9d 100644
--- a/apps/red-ui/src/app/modules/admin/screens/reports/reports-screen.component.html
+++ b/apps/red-ui/src/app/modules/admin/screens/reports/reports-screen.component.html
@@ -61,7 +61,9 @@
>
-
{{ template.fileName }}
+
+ {{ template.fileName }} {{ template.multiFileReport ? ('reports-screen.multi-file-report' | translate) : '' }}
+
{
+ if (result) {
+ await this._reportTemplateService
+ .uploadTemplateForm(this._appStateService.activeDossierTemplateId, result > 1, file)
+ .toPromise();
+ await this._loadReportTemplates();
+ }
+ });
+ } else {
+ await this._reportTemplateService
+ .uploadTemplateForm(this._appStateService.activeDossierTemplateId, false, file)
+ .toPromise();
+ await this._loadReportTemplates();
}
this._fileInput.nativeElement.value = null;
- await this._loadReportTemplates();
} else {
this._toaster.error(_('reports-screen.invalid-upload'));
}
diff --git a/apps/red-ui/src/app/modules/shared/dialogs/confirmation-dialog/confirmation-dialog.component.html b/apps/red-ui/src/app/modules/shared/dialogs/confirmation-dialog/confirmation-dialog.component.html
index ec15cfdac..d1bc2137c 100644
--- a/apps/red-ui/src/app/modules/shared/dialogs/confirmation-dialog/confirmation-dialog.component.html
+++ b/apps/red-ui/src/app/modules/shared/dialogs/confirmation-dialog/confirmation-dialog.component.html
@@ -14,9 +14,20 @@
-