Fixes remapping the key, allows for including/excluding custom properties on profile editing too.

This commit is contained in:
Shannon
2021-04-09 16:49:17 +10:00
parent a745ef54a7
commit 5ce7127beb
5 changed files with 29 additions and 12 deletions

View File

@@ -40,7 +40,7 @@ namespace Umbraco.Cms.Web.Website.Models
return this;
}
public RegisterModelBuilder LookupProperties(bool lookupProperties)
public RegisterModelBuilder WithCustomProperties(bool lookupProperties)
{
_lookupProperties = lookupProperties;
return this;