fixes some merge issues

This commit is contained in:
Shannon
2014-02-19 17:26:19 +11:00
parent 64246b4eef
commit a6c4ce3a31
2 changed files with 1 additions and 2 deletions

View File

@@ -91,7 +91,7 @@ namespace Umbraco.Core.Persistence.Factories
var tempGroupDto = groupDto;
var propertyType = new PropertyType(typeDto.ControlId,
var propertyType = new PropertyType(typeDto.PropertyEditorAlias,
//ensures that any built-in membership properties have their correct dbtype assigned no matter
//what the underlying data type is
MemberTypeRepository.GetDbTypeForProperty(typeDto.Alias, typeDto.DbType.EnumParse<DataTypeDatabaseType>(true)))

View File

@@ -268,7 +268,6 @@ namespace umbraco.controls.GenericProperties
{
Delete(this,new EventArgs());
}
#endregion
}
}