mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[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:
committed by
Eugenio Romano
parent
2deafbbdd7
commit
3c7c3316bf
@@ -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;
|
||||
|
Reference in New Issue
Block a user