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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user