Converted the DataType tree to the new tree structure, now need to start creating the pre-value editor. Obsoleted IDataType and a bunch of other things associated with IDataType. Obsoleted old tree classes that we've replaced so far.

This commit is contained in:
Shannon
2013-08-13 18:19:56 +10:00
parent 2e2229e388
commit 4e13b0afe6
18 changed files with 94 additions and 25 deletions

View File

@@ -41,7 +41,7 @@ namespace Umbraco.Web.Trees
if (id == Constants.System.Root.ToInvariantString())
{
// default actions for all users
// root actions
menu.AddMenuItem<ActionNew>();
menu.AddMenuItem<ActionSort>(true);
menu.AddMenuItem<RefreshNodeMenuItem, ActionRefresh>(true);