Merge pull request #1714 from umbraco/temp-u4-9441
Fixes tree syncing issues
This commit is contained in:
@@ -245,7 +245,8 @@
|
||||
|
||||
//sync state
|
||||
editorState.set(vm.partialView);
|
||||
navigationService.syncTree({ tree: "partialViews", path: vm.partialView.virtualPath, forceReload: true }).then(function (syncArgs) {
|
||||
|
||||
navigationService.syncTree({ tree: "partialViews", path: vm.partialView.path, forceReload: true }).then(function (syncArgs) {
|
||||
vm.page.menu.currentNode = syncArgs.node;
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user