@veloceapps/sdk 8.0.0-179 → 8.0.0-180
Sign up to get free protection for your applications and to get access to all the features.
@@ -808,7 +808,9 @@ class FlowService {
|
|
808
808
|
return this.legacyApplyConfiguration();
|
809
809
|
}
|
810
810
|
else {
|
811
|
-
return this.configurationStateService.saveConfiguration('', true).pipe(switchMap(() => this.configurationStateService.cancelConfiguration()), switchMap(() => this.flowStateService.dispatch$(UITemplateType.FLOW_ENGINE, 'UPDATE_ASSET_IDS'
|
811
|
+
return this.configurationStateService.saveConfiguration('', true).pipe(switchMap(() => this.configurationStateService.cancelConfiguration()), switchMap(() => this.flowStateService.dispatch$(UITemplateType.FLOW_ENGINE, 'UPDATE_ASSET_IDS', {
|
812
|
+
addConfiguringAssetId: true,
|
813
|
+
})));
|
812
814
|
}
|
813
815
|
}), tap(() => {
|
814
816
|
this.configurationService.hasUnsavedChanges = false;
|