Fixes: U4-3493 Cannot delete a template with children
This commit is contained in:
@@ -213,6 +213,8 @@ namespace umbraco
|
||||
{
|
||||
xNode.Icon = "icon-newspaper";
|
||||
xNode.OpenIcon = "icon-newspaper";
|
||||
//do not show the delete option if it has children
|
||||
xNode.Menu.Remove(ActionDelete.Instance);
|
||||
}
|
||||
|
||||
OnBeforeNodeRender(ref tree, ref xNode, EventArgs.Empty);
|
||||
|
||||
Reference in New Issue
Block a user