Fixes initial tree loading to ensure it gets passed the right culture params, puts any non-translated variant name in brackets in the tree

This commit is contained in:
Shannon
2018-08-17 00:50:05 +10:00
parent 3fac749b38
commit 5324e0fc59
2 changed files with 15 additions and 9 deletions

View File

@@ -350,6 +350,9 @@ function umbTreeDirective($q, $rootScope, treeService, notificationsService, use
if (args.cacheKey) {
$scope.cachekey = args.cacheKey;
}
if (args.customTreeParams) {
$scope.customtreeparams = args.customTreeParams;
}
}
//load the tree