Prompt to save changes after pasting items into Nested Content

This commit is contained in:
Kenn Jacobsen
2019-05-10 21:45:06 +02:00
parent a43359e440
commit 3377888219

View File

@@ -356,6 +356,7 @@ angular.module("umbraco").controller("Umbraco.PropertyEditors.NestedContent.Prop
newNode.key = String.CreateGuid();
$scope.nodes.push(newNode);
$scope.setDirty();
//updateModel();// done by setting current node...
$scope.currentNode = newNode;