Merge pull request #1995 from umbraco/temp-backofficeguids

Adds hoverstates for metadata(documenttypes, datatypes etc), making it possible to see their guids in the backoffice
This commit is contained in:
Mikkel Holck Madsen
2017-06-14 08:27:41 +02:00
committed by GitHub
10 changed files with 43 additions and 24 deletions

View File

@@ -15,7 +15,6 @@ namespace Umbraco.Web.Models.Mapping
config.CreateMap<TemplateDisplay, Template>()
.ForMember(x => x.DeletedDate, exp => exp.Ignore())
.ForMember(x => x.Key, exp => exp.Ignore())
.ForMember(x => x.Path, exp => exp.Ignore())
.ForMember(x => x.CreateDate, exp => exp.Ignore())
.ForMember(x => x.UpdateDate, exp => exp.Ignore())