Merge pull request #1714 from umbraco/temp-u4-9441

Fixes tree syncing issues
This commit is contained in:
Claus
2017-02-01 14:04:18 +01:00
committed by GitHub
6 changed files with 80 additions and 10 deletions

View File

@@ -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;
});