DataType refactoring preparation - Entity refactoring

This commit is contained in:
Stephan
2018-01-15 11:32:30 +01:00
parent 988aa661ea
commit d23933a5b1
213 changed files with 2149 additions and 2478 deletions

View File

@@ -369,7 +369,7 @@ namespace Umbraco.Web.Security
{
case UmbracoObjectTypes.Member:
// fixme - need to implement Get(guid)!
var memberAttempt = entityService.GetIdForKey(guidUdi.Guid, umbracoType);
var memberAttempt = entityService.GetId(guidUdi.Guid, umbracoType);
if (memberAttempt.Success)
return GetById(memberAttempt.Result);
break;