JS error, handle user dialog in the same way as help dialog. Don't close on change of section. Before was a js error with missing method
This commit is contained in:
@@ -105,11 +105,6 @@ function sectionsDirective($timeout, $window, navigationService, treeService, se
|
||||
return;
|
||||
}
|
||||
|
||||
if (scope.userDialog) {
|
||||
closeUserDialog();
|
||||
}
|
||||
|
||||
|
||||
navigationService.hideSearch();
|
||||
navigationService.showTree(section.alias);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user