Fixes: U4-3493 Cannot delete a template with children

This commit is contained in:
Shannon
2013-11-13 11:09:11 +11:00
parent c52e0cbb65
commit d46486d3db

View File

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