@veloceapps/sdk 8.0.0-179 → 8.0.0-180
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.
|
@@ -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;
|