@eo-sdk/client 8.12.2 → 8.12.3
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.
- package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.js +2 -0
- package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.js.map +1 -1
- package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.min.js +1 -1
- package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.min.js.map +1 -1
- package/bundles/eo-sdk-client.umd.js +2 -2
- package/bundles/eo-sdk-client.umd.js.map +1 -1
- package/bundles/eo-sdk-client.umd.min.js +1 -1
- package/bundles/eo-sdk-client.umd.min.js.map +1 -1
- package/esm2015/app/eo-client/about-state/about-state.component.js +3 -3
- package/esm2015/projects/eo-sdk/core/lib/service/bpm/bpm.service.js +3 -1
- package/fesm2015/eo-sdk-client-projects-eo-sdk-core.js +2 -0
- package/fesm2015/eo-sdk-client-projects-eo-sdk-core.js.map +1 -1
- package/fesm2015/eo-sdk-client.js +2 -2
- package/fesm2015/eo-sdk-client.js.map +1 -1
- package/package.json +2 -2
- package/projects/eo-sdk/core/package.json +1 -1
|
@@ -3263,6 +3263,8 @@
|
|
|
3263
3263
|
return this.backend.get(uri).pipe(operators.map(function (res) { return res; }), operators.tap(function (res) {
|
|
3264
3264
|
// Extend existing processes with additional data, instead of overwriting all processes
|
|
3265
3265
|
if (additionalData) {
|
|
3266
|
+
if (!_this.executableProcesses)
|
|
3267
|
+
_this.executableProcesses = [];
|
|
3266
3268
|
res.forEach(function (proc) {
|
|
3267
3269
|
var existingProcIndex = _this.executableProcesses.findIndex(function (item) { return item.id == proc.id; });
|
|
3268
3270
|
if (existingProcIndex == -1)
|