@alfresco/adf-process-services-cloud 8.4.0-17991598113 → 8.4.0-18000235825

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -13391,7 +13391,7 @@ class StartProcessCloudComponent {
13391
13391
  this.staticMappings = [];
13392
13392
  this.isProcessStarting = false;
13393
13393
  this.isFormCloudLoaded = false;
13394
- this.isFormCloudLoading = true;
13394
+ this.isFormCloudLoading = false;
13395
13395
  this.processDefinitionLoaded = false;
13396
13396
  this.processForm = new FormGroup({
13397
13397
  processInstanceName: new FormControl('', [
@@ -13416,9 +13416,6 @@ class StartProcessCloudComponent {
13416
13416
  if (this.processDefinitionName) {
13417
13417
  this.processDefinition.setValue(this.processDefinitionName);
13418
13418
  }
13419
- else {
13420
- this.isFormCloudLoading = false;
13421
- }
13422
13419
  this.processDefinition.valueChanges
13423
13420
  .pipe(debounceTime(PROCESS_DEFINITION_DEBOUNCE))
13424
13421
  .pipe(takeUntilDestroyed(this.destroyRef))