Convert level into group type and ensure names are unique again
This commit is contained in:
@@ -85,7 +85,7 @@ namespace Umbraco.Web.Models.Mapping
|
||||
// Umbraco.Code.MapAll -Udi -Trashed
|
||||
private static void Map(PropertyGroup source, EntityBasic target, MapperContext context)
|
||||
{
|
||||
target.Alias = source.Name.ToLowerInvariant();
|
||||
target.Alias = source.Name?.ToLowerInvariant();
|
||||
target.Icon = "icon-tab";
|
||||
target.Id = source.Id;
|
||||
target.Key = source.Key;
|
||||
|
||||
Reference in New Issue
Block a user