maps name and icon for user groups

This commit is contained in:
Shannon
2017-06-06 00:13:46 +02:00
parent 64975166e7
commit 76032cf5f7
4 changed files with 10 additions and 3 deletions

View File

@@ -89,6 +89,7 @@ namespace Umbraco.Web.Models.Mapping
config.CreateMap<IReadOnlyUserGroup, UserGroupDisplay>()
.ForMember(detail => detail.StartContentId, opt => opt.Ignore())
.ForMember(detail => detail.StartMediaId, opt => opt.Ignore())
.ForMember(detail => detail.Key, opt => opt.Ignore())
.ForMember(detail => detail.Sections, opt => opt.Ignore())
.ForMember(detail => detail.Notifications, opt => opt.Ignore())
.ForMember(detail => detail.Udi, opt => opt.Ignore())