Fixes: U4-3427 Tree persistence not working
This commit is contained in:
@@ -276,6 +276,7 @@ function treeService($q, treeResource, iconHelper, notificationsService, $rootSc
|
||||
//return the cache if it exists
|
||||
if (cacheKey && treeCache[cacheKey] !== undefined) {
|
||||
deferred.resolve(treeCache[cacheKey]);
|
||||
return deferred.promise;
|
||||
}
|
||||
|
||||
var self = this;
|
||||
|
||||
Reference in New Issue
Block a user