DataTypes refactoring - troubleshooting

This commit is contained in:
Stephan
2018-02-08 16:08:52 +01:00
parent 450854a209
commit c0439b3c4e
37 changed files with 493 additions and 315 deletions

View File

@@ -197,7 +197,6 @@ namespace Umbraco.Web.Models.Mapping
.ForMember(dest => dest.PropertyGroupId, opt => opt.Condition(source => source.GroupId > 0))
.ForMember(dest => dest.PropertyGroupId, opt => opt.MapFrom(display => new Lazy<int>(() => display.GroupId, false)))
.ForMember(dest => dest.Key, opt => opt.Ignore())
.ForMember(dest => dest.HelpText, opt => opt.Ignore())
.ForMember(dest => dest.HasIdentity, opt => opt.Ignore())
//ignore because this is set in the ctor NOT ON UPDATE, STUPID!
//.ForMember(type => type.Alias, opt => opt.Ignore())