From 3c7c3316bf7ae3c9601455e2ff7db40247875fb8 Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Tue, 14 Aug 2018 10:45:00 +0100 Subject: [PATCH] [ADF-3473] Show complete button when you can't attach a form (#3695) * ADF-3473 show complete button * fix isCompletedTask case * fix single run test option --- .../components/task-details.component.html | 20 +++++++++++++++++++ .../components/task-standalone.component.ts | 1 + protractor.conf.js | 9 ++++++++- scripts/test-e2e-lib.sh | 13 +----------- 4 files changed, 30 insertions(+), 13 deletions(-) diff --git a/lib/process-services/task-list/components/task-details.component.html b/lib/process-services/task-list/components/task-details.component.html index d2cc2877ff..c349b5009d 100644 --- a/lib/process-services/task-list/components/task-details.component.html +++ b/lib/process-services/task-list/components/task-details.component.html @@ -57,6 +57,26 @@ (complete)="onComplete()" (showAttachForm)="onShowAttachForm()"> + + + +
+
+
+ {{'ADF_TASK_LIST.STANDALONE_TASK.NO_FORM_MESSAGE' | translate}} +
+
+
+
+ + +
+ +
+
+ +
+