fixes tests

This commit is contained in:
Shannon
2017-06-23 14:58:00 +10:00
parent 3ece9175a0
commit ea2f808c1e

View File

@@ -138,6 +138,7 @@ namespace Umbraco.Web.Models.Mapping
.ForMember(detail => detail.Udi, opt => opt.Ignore())
.ForMember(detail => detail.Icon, opt => opt.Ignore())
.ForMember(detail => detail.Trashed, opt => opt.Ignore())
.ForMember(detail => detail.ResetPasswordValue, opt => opt.Ignore())
.ForMember(detail => detail.Alias, opt => opt.Ignore())
.ForMember(detail => detail.Trashed, opt => opt.Ignore())
.ForMember(detail => detail.AdditionalData, opt => opt.Ignore())