Merge branch 'v8/8.15' into v8/8.16
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
* @name umbraco.directives.directive:umbTree
|
||||
* @restrict E
|
||||
**/
|
||||
function umbTreeDirective($q, treeService, navigationService, notificationsService) {
|
||||
function umbTreeDirective($q, treeService, notificationsService) {
|
||||
|
||||
return {
|
||||
restrict: 'E',
|
||||
@@ -357,8 +357,6 @@ function umbTreeDirective($q, treeService, navigationService, notificationsServi
|
||||
defined on the tree
|
||||
*/
|
||||
$scope.select = function (n, ev) {
|
||||
|
||||
navigationService.hideMenu();
|
||||
|
||||
if (n.metaData && n.metaData.noAccess === true) {
|
||||
ev.preventDefault();
|
||||
|
||||
@@ -127,7 +127,7 @@ function navigationService($routeParams, $location, $q, $injector, eventsService
|
||||
var aboveClass = "above-backdrop";
|
||||
var leftColumn = document.getElementById("leftcolumn");
|
||||
|
||||
if(leftColumn) {
|
||||
if (leftColumn) {
|
||||
var isLeftColumnOnTop = leftColumn.classList.contains(aboveClass);
|
||||
|
||||
if (isLeftColumnOnTop) {
|
||||
|
||||
Reference in New Issue
Block a user