http://issues.umbraco.org/issue/U4-7296
This commit is contained in:
Daniel
2015-10-22 23:41:18 +02:00
parent 71b3810e9c
commit ef091e8c3a
5 changed files with 40 additions and 17 deletions

View File

@@ -4,7 +4,6 @@ using System.Linq;
using AutoMapper;
using Umbraco.Core;
using Umbraco.Core.Dictionary;
using Umbraco.Core.Logging;
using Umbraco.Core.Models;
using Umbraco.Core.PropertyEditors;
using Umbraco.Core.Services;
@@ -91,13 +90,6 @@ namespace Umbraco.Web.Models.Mapping
Description = ui.Text("content", "updateDateDesc"),
Value = display.UpdateDate.ToIsoString(),
View = labelEditor
},
new ContentPropertyDisplay
{
Alias = string.Format("{0}doctype", Constants.PropertyEditors.InternalGenericPropertiesPrefix),
Label = ui.Text("content", "documentType"),
Value = TranslateItem(display.ContentTypeName, CreateDictionary()),
View = labelEditor
}
};