nuxeo-development-framework 4.4.9 → 4.5.0
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/nuxeo-development-framework.umd.js +4 -1
- package/bundles/nuxeo-development-framework.umd.js.map +1 -1
- package/esm2015/lib/shared/services/base/cache-base.service.js +6 -3
- package/fesm2015/nuxeo-development-framework.js +4 -1
- package/fesm2015/nuxeo-development-framework.js.map +1 -1
- package/package.json +1 -1
|
@@ -3416,7 +3416,8 @@
|
|
|
3416
3416
|
return __classPrivateFieldGet(this, _CacheBaseService_fetchedItems, "f")[options.cacheKey].onFinishFetching.asObservable();
|
|
3417
3417
|
}
|
|
3418
3418
|
else {
|
|
3419
|
-
|
|
3419
|
+
__classPrivateFieldGet(this, _CacheBaseService_instances, "m", _CacheBaseService_handleCacheItems).call(this, options).pipe(operators.take(1)).subscribe();
|
|
3420
|
+
return __classPrivateFieldGet(this, _CacheBaseService_fetchedItems, "f")[options.cacheKey].onFinishFetching.asObservable();
|
|
3420
3421
|
}
|
|
3421
3422
|
};
|
|
3422
3423
|
return CacheBaseService;
|
|
@@ -3475,6 +3476,8 @@
|
|
|
3475
3476
|
res.onFinishFetching.next(result);
|
|
3476
3477
|
res.onFinishFetching.complete();
|
|
3477
3478
|
return result;
|
|
3479
|
+
}), operators.catchError(function (er) {
|
|
3480
|
+
throw er;
|
|
3478
3481
|
}));
|
|
3479
3482
|
}, _CacheBaseService_findNode = function _CacheBaseService_findNode(items, uniqueCompareKey, childrenPath, value) {
|
|
3480
3483
|
var e_1, _j;
|