mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
update
This commit is contained in:
+1
-1
@@ -210,7 +210,7 @@ export class StartProcessCloudComponent implements OnChanges, OnInit {
|
|||||||
}
|
}
|
||||||
|
|
||||||
get disableStartButton(): boolean {
|
get disableStartButton(): boolean {
|
||||||
return !this.appName || !this.processDefinition.valid || this.isProcessStarting || this.isFormCloudLoading;
|
return !this.appName || !this.processDefinition.valid || this.isProcessStarting || this.processDefinitionLoaded === false;
|
||||||
}
|
}
|
||||||
|
|
||||||
get isProcessDefinitionsEmpty(): boolean {
|
get isProcessDefinitionsEmpty(): boolean {
|
||||||
|
|||||||
Reference in New Issue
Block a user