mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-4409] ADF for Activiti Community - Be able to claim/release/complete task (#4677)
* Be able to claim/release/complete task for community Be able to start a task/process Fix unsubscribe on destroy * Fix the construnctor
This commit is contained in:
@@ -64,7 +64,7 @@ export class CompleteTaskDirective implements OnInit {
|
||||
}
|
||||
|
||||
isAppValid(): boolean {
|
||||
return this.appName && this.appName.length > 0;
|
||||
return (this.appName && this.appName.length > 0) || (this.appName === '');
|
||||
}
|
||||
|
||||
@HostListener('click')
|
||||
|
Reference in New Issue
Block a user