Merge branch 'v8/8.17' into v9/feature/merge_v8.17-rc
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
using Microsoft.Extensions.Logging;
|
||||
using Microsoft.Extensions.Logging;
|
||||
using Umbraco.Cms.Core.Dictionary;
|
||||
using Umbraco.Cms.Core.Mapping;
|
||||
using Umbraco.Cms.Core.Models.ContentEditing;
|
||||
@@ -36,8 +36,11 @@ namespace Umbraco.Cms.Core.Models.Mapping
|
||||
private void Map(PropertyGroup source, Tab<ContentPropertyDisplay> target, MapperContext mapper)
|
||||
{
|
||||
target.Id = source.Id;
|
||||
target.IsActive = true;
|
||||
target.Key = source.Key;
|
||||
target.Type = (int)source.Type;
|
||||
target.Label = source.Name;
|
||||
target.Alias = source.Alias;
|
||||
target.IsActive = true;
|
||||
}
|
||||
|
||||
private void Map(IProperty source, ContentPropertyBasic target, MapperContext context)
|
||||
|
||||
Reference in New Issue
Block a user