Merge remote-tracking branch 'origin/v8/dev' into netcore/netcore
# Conflicts: # .gitignore # src/SolutionInfo.cs # src/Umbraco.Core/Models/PropertyType.cs # src/Umbraco.Infrastructure/Migrations/Upgrade/UmbracoPlan.cs # src/Umbraco.Infrastructure/PropertyEditors/BlockEditorPropertyEditor.cs # src/Umbraco.Tests.Integration/Umbraco.Core/Mapping/ContentTypeModelMappingTests.cs # src/Umbraco.Tests/TestHelpers/Entities/MockedContentTypes.cs # src/Umbraco.Web.UI.NetCore/umbraco/config/lang/da.xml # src/Umbraco.Web.UI.NetCore/umbraco/config/lang/en.xml # src/Umbraco.Web.UI.NetCore/umbraco/config/lang/en_us.xml
This commit is contained in:
@@ -39,7 +39,7 @@ namespace Umbraco.Web.Models.Mapping
|
||||
target.Id = source.Id;
|
||||
target.IsActive = true;
|
||||
target.Label = source.Name;
|
||||
}
|
||||
}
|
||||
|
||||
private void Map(IProperty source, ContentPropertyBasic target, MapperContext context)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user