Fixes: U4-3427 Tree persistence not working

This commit is contained in:
Shannon
2013-11-07 17:41:44 +11:00
parent 29cf9ae46a
commit 31448eb987

View File

@@ -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;