Fix for navigation service for hideDialog(true) which is used to hide the current dialog & show the right click context/more options menu which was failing

This commit is contained in:
Warren
2018-08-08 15:26:25 +01:00
parent da39eb3ceb
commit 1842c78c5d

View File

@@ -623,7 +623,7 @@ function navigationService($rootScope, $route, $routeParams, $log, $location, $q
setMode("default");
if(showMenu){
this.showMenu(undefined, { skipDefault: true, node: appState.getMenuState("currentNode") });
this.showMenu({ skipDefault: true, node: appState.getMenuState("currentNode") });
}
},
/**