fixes: U4-3429 After sorting the tree doesn't get refreshed (for content)
This commit is contained in:
@@ -107,7 +107,10 @@ Umbraco.Sys.registerNamespace("Umbraco.Application");
|
||||
},
|
||||
reloadActionNode: function () {
|
||||
angularHelper.safeApply($rootScope, function() {
|
||||
navService.reloadNode();
|
||||
var currentMenuNode = appState.getMenuState("currentNode");
|
||||
if (currentMenuNode) {
|
||||
navService.reloadNode(currentMenuNode);
|
||||
}
|
||||
});
|
||||
},
|
||||
refreshTree: function (treeAlias) {
|
||||
|
||||
Reference in New Issue
Block a user