This treeSync code doesn't work and I don't know why
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
|
||||
contentResource.sort(args)
|
||||
.then(function(){
|
||||
// navigationService.syncTree({ tree: "content", path: $scope.currentNode.path, forceReload: true, activate: false });
|
||||
navigationService.syncTree({ tree: "content", path: $scope.currentNode.path, forceReload: true, activate: false });
|
||||
vm.saveButtonState = "success";
|
||||
}, function(error) {
|
||||
vm.error = error;
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
|
||||
mediaResource.sort(args)
|
||||
.then(function(){
|
||||
// navigationService.syncTree({ tree: "media", path: $scope.currentNode.path, forceReload: true, activate: false });
|
||||
navigationService.syncTree({ tree: "media", path: $scope.currentNode.path, forceReload: true, activate: false });
|
||||
vm.saveButtonState = "success";
|
||||
}, function(error) {
|
||||
vm.error = error;
|
||||
|
||||
Reference in New Issue
Block a user