@veloceapps/sdk 10.0.0-30 → 10.0.0-32
Sign up to get free protection for your applications and to get access to all the features.
- package/esm2020/core/modules/configuration/services/configuration-state.service.mjs +2 -2
- package/fesm2015/veloceapps-sdk-core.mjs +1 -1
- package/fesm2015/veloceapps-sdk-core.mjs.map +1 -1
- package/fesm2020/veloceapps-sdk-core.mjs +1 -1
- package/fesm2020/veloceapps-sdk-core.mjs.map +1 -1
- package/package.json +1 -1
@@ -2336,7 +2336,7 @@ class ConfigurationStateService {
|
|
2336
2336
|
if (!request.actions?.length) {
|
2337
2337
|
return of(undefined);
|
2338
2338
|
}
|
2339
|
-
let configurationRequest = this.configurationService.generateRequest();
|
2339
|
+
let configurationRequest = this.configurationService.generateRequest(false);
|
2340
2340
|
request.actions.forEach(action => {
|
2341
2341
|
configurationRequest = this.executeActionScript(configurationRequest, action) ?? configurationRequest;
|
2342
2342
|
});
|