[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
This commit is contained in:
Eugenio Romano
2018-08-14 10:45:00 +01:00
committed by Eugenio Romano
parent 2deafbbdd7
commit 3c7c3316bf
4 changed files with 30 additions and 13 deletions

View File

@@ -42,6 +42,7 @@ export class TaskStandaloneComponent {
@Input()
hasCompletePermission: boolean = true;
// TODO: rename all with show prefix
/** Toggles rendering of the `Cancel` button. */
@Input()
hideCancelButton: boolean = true;