From b23c3e60d7dd4345b6008d10b0a126b95d385eaa Mon Sep 17 00:00:00 2001 From: Nicoleta Panaghiu Date: Tue, 17 Sep 2024 17:38:35 +0300 Subject: [PATCH] RED-10064: added ids for report documents. --- .../reports/reports-screen/reports-screen.component.html | 3 +++ .../screens/reports/reports-screen/reports-screen.component.ts | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/red-ui/src/app/modules/admin/screens/reports/reports-screen/reports-screen.component.html b/apps/red-ui/src/app/modules/admin/screens/reports/reports-screen/reports-screen.component.html index a6e907c1b..e3f5c58a5 100644 --- a/apps/red-ui/src/app/modules/admin/screens/reports/reports-screen/reports-screen.component.html +++ b/apps/red-ui/src/app/modules/admin/screens/reports/reports-screen/reports-screen.component.html @@ -26,6 +26,7 @@ *allow="roles.reportTemplates.upload; if: currentUser.isAdmin" [tooltip]="'reports-screen.upload-document' | translate" [attr.help-mode-key]="'upload_report'" + [buttonId]="'upload_report'" icon="iqser:upload" > @@ -46,6 +47,7 @@