Gets member deleting working and adds refresh to each letter node.

This commit is contained in:
Shannon
2013-10-01 15:54:44 +10:00
parent 31a5951626
commit 770514919d
4 changed files with 24 additions and 2 deletions

View File

@@ -85,6 +85,7 @@ namespace Umbraco.Web.Trees
}
menu.AddMenuItem<ActionDelete>();
menu.AddMenuItem<RefreshNode, ActionRefresh>(true);
return menu;
}
}