DataType refactoring preparation - Entity refactoring
This commit is contained in:
@@ -4,6 +4,7 @@ using System.Net.Http.Formatting;
|
||||
using Umbraco.Core;
|
||||
using Umbraco.Core.Services;
|
||||
using Umbraco.Core.Models;
|
||||
using Umbraco.Core.Models.Entities;
|
||||
using Umbraco.Web.Models.Trees;
|
||||
using Umbraco.Web.Mvc;
|
||||
using Umbraco.Web.WebApi.Filters;
|
||||
@@ -81,7 +82,7 @@ namespace Umbraco.Web.Trees
|
||||
menu.Items.Add<ActionDelete>(Services.TextService.Localize("actions", ActionDelete.Instance.Alias))
|
||||
//Since we haven't implemented anything for languages in angular, this needs to be converted to
|
||||
//use the legacy format
|
||||
.ConvertLegacyMenuItem(new UmbracoEntity
|
||||
.ConvertLegacyMenuItem(new EntitySlim
|
||||
{
|
||||
Id = lang.Id,
|
||||
Level = 1,
|
||||
|
||||
Reference in New Issue
Block a user