Fixes: U4-4466 6.2-beta - Creating Member Type without Alias results in no viewable Member Types in back office
This commit is contained in:
@@ -166,8 +166,10 @@ namespace Umbraco.Core.Persistence.Repositories
|
||||
|
||||
protected override void PersistNewItem(IMemberType entity)
|
||||
{
|
||||
((MemberType)entity).AddingEntity();
|
||||
ValidateAlias(entity);
|
||||
|
||||
((MemberType)entity).AddingEntity();
|
||||
|
||||
//By Convention we add 9 stnd PropertyTypes to an Umbraco MemberType
|
||||
entity.AddPropertyGroup(Constants.Conventions.Member.StandardPropertiesGroupName);
|
||||
var standardPropertyTypes = Constants.Conventions.Member.GetStandardPropertyTypeStubs();
|
||||
|
||||
Reference in New Issue
Block a user