ensures icons, ensures saving info for creating users
This commit is contained in:
@@ -104,7 +104,10 @@ namespace Umbraco.Web.Models.Mapping
|
||||
|
||||
//applicationContext.Services.EntityService.Get<IContent>(x.StartContentId, false))
|
||||
//applicationContext.Services.EntityService.Get<IMedia>(x.StartMediaId, false))
|
||||
|
||||
if (display.Icon.IsNullOrWhiteSpace())
|
||||
{
|
||||
display.Icon = "icon-users";
|
||||
}
|
||||
});
|
||||
|
||||
config.CreateMap<IUserGroup, UserGroupDisplay>()
|
||||
|
||||
Reference in New Issue
Block a user