DataType refactoring preparation - Entity refactoring

This commit is contained in:
Stephan
2018-01-10 12:48:51 +01:00
parent 2cb6378c26
commit b5856803e1
236 changed files with 1872 additions and 1869 deletions

View File

@@ -150,10 +150,10 @@ namespace Umbraco.Web.Models.Mapping
var preVals = dataTypeService.GetPreValuesCollectionByDataTypeId(dt.Id);
var editor = Current.PropertyEditors[dt.PropertyEditorAlias];
var editor = Current.PropertyEditors[dt.EditorAlias];
if (editor == null)
{
throw new NullReferenceException("The property editor with alias " + dt.PropertyEditorAlias + " does not exist");
throw new NullReferenceException("The property editor with alias " + dt.EditorAlias + " does not exist");
}
var listViewTab = new Tab<ContentPropertyDisplay>