fixes test
This commit is contained in:
@@ -45,7 +45,9 @@ namespace Umbraco.Web.Models.Mapping
|
||||
.ForMember(detail => detail.SessionTimeout, opt => opt.Ignore())
|
||||
.ForMember(detail => detail.EmailConfirmedDate, opt => opt.Ignore())
|
||||
.ForMember(detail => detail.UserType, opt => opt.Ignore())
|
||||
.ForMember(detail => detail.InvitedDate, opt => opt.Ignore())
|
||||
.ForMember(detail => detail.StartContentId, opt => opt.Ignore())
|
||||
.ForMember(detail => detail.StartMediaId, opt => opt.Ignore())
|
||||
.ForMember(detail => detail.InvitedDate, opt => opt.Ignore())
|
||||
.ForMember(detail => detail.SecurityStamp, opt => opt.Ignore())
|
||||
.ForMember(detail => detail.Avatar, opt => opt.Ignore())
|
||||
.ForMember(detail => detail.ProviderUserKey, opt => opt.Ignore())
|
||||
@@ -76,6 +78,8 @@ namespace Umbraco.Web.Models.Mapping
|
||||
.ForMember(detail => detail.StartContentIds, opt => opt.Ignore())
|
||||
.ForMember(detail => detail.StartMediaIds, opt => opt.Ignore())
|
||||
.ForMember(detail => detail.UserType, opt => opt.Ignore())
|
||||
.ForMember(detail => detail.StartContentId, opt => opt.Ignore())
|
||||
.ForMember(detail => detail.StartMediaId, opt => opt.Ignore())
|
||||
.ForMember(detail => detail.Language, opt => opt.Ignore())
|
||||
.ForMember(detail => detail.Username, opt => opt.Ignore())
|
||||
.ForMember(detail => detail.PasswordQuestion, opt => opt.Ignore())
|
||||
|
||||
Reference in New Issue
Block a user