@veloceapps/sdk 8.0.0-197 → 8.0.0-199

Sign up to get free protection for your applications and to get access to all the features.
@@ -813,9 +813,10 @@ class FlowService {
813
813
  return this.legacyApplyConfiguration();
814
814
  }
815
815
  else {
816
- return this.configurationStateService
817
- .saveConfiguration('', true)
818
- .pipe(switchMap(() => this.configurationStateService.cancelConfiguration()));
816
+ return this.configurationStateService.saveConfiguration('', true).pipe(switchMap(() => this.configurationStateService.cancelConfiguration()), switchMap(() => this.flowStateService.dispatch$(UITemplateType.FLOW_ENGINE, 'MODIFY_ASSETS', {
817
+ addConfiguringAssetId: true,
818
+ enable: true,
819
+ })));
819
820
  }
820
821
  }), tap(() => {
821
822
  this.configurationService.hasUnsavedChanges = false;