From a097926a5d35cfce70a299729f05cd43070e26ec Mon Sep 17 00:00:00 2001 From: dhrn Date: Thu, 19 Dec 2019 11:21:33 +0530 Subject: [PATCH] [ADF-5001] Process Audit File Log APS1 section wrong instruction for complete processes --- .../process-service/process-attachments.component.html | 2 +- .../process-service/task-attachments.component.html | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/demo-shell/src/app/components/process-service/process-attachments.component.html b/demo-shell/src/app/components/process-service/process-attachments.component.html index 86d56b6d8b..560bb0abd3 100644 --- a/demo-shell/src/app/components/process-service/process-attachments.component.html +++ b/demo-shell/src/app/components/process-service/process-attachments.component.html @@ -14,7 +14,7 @@
{{'ADF_PROCESS_LIST.PROCESS-ATTACHMENT.EMPTY.HEADER' | translate}}
-
+
{{'ADF_PROCESS_LIST.PROCESS-ATTACHMENT.EMPTY.DRAG-AND-DROP.TITLE' | translate}}
diff --git a/demo-shell/src/app/components/process-service/task-attachments.component.html b/demo-shell/src/app/components/process-service/task-attachments.component.html index 8ab3d2978d..bb405e88eb 100644 --- a/demo-shell/src/app/components/process-service/task-attachments.component.html +++ b/demo-shell/src/app/components/process-service/task-attachments.component.html @@ -2,7 +2,8 @@
+ [rootFolderId]="taskId" + [disabled]="isCompletedTask()">
{{'ADF_TASK_LIST.ATTACHMENT.EMPTY.HEADER' | translate}}
-
+
{{'ADF_TASK_LIST.ATTACHMENT.EMPTY.DRAG-AND-DROP.TITLE' | translate}}