Fixes remapping the key, allows for including/excluding custom properties on profile editing too.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user