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.
@@ -3416,7 +3416,8 @@
3416
3416
  return __classPrivateFieldGet(this, _CacheBaseService_fetchedItems, "f")[options.cacheKey].onFinishFetching.asObservable();
3417
3417
  }
3418
3418
  else {
3419
- return __classPrivateFieldGet(this, _CacheBaseService_instances, "m", _CacheBaseService_handleCacheItems).call(this, options);
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;