Updated the data type controller post method and moved validation, etc... over to a filter, updated data type tree with the create menu action to launch into a blank element.

This commit is contained in:
Shannon
2013-08-20 17:25:17 +10:00
parent ddef2cc7ff
commit b901ae3269
12 changed files with 169 additions and 89 deletions

View File

@@ -47,7 +47,7 @@ namespace Umbraco.Web.Trees
// root actions
menu.AddMenuItem<ActionNew>();
menu.AddMenuItem<ActionSort>(true);
menu.AddMenuItem<RefreshNodeMenuItem, ActionRefresh>(true);
menu.AddMenuItem<RefreshNode, ActionRefresh>(true);
return menu;
}