Remove todo since bug is not happening
This commit is contained in:
@@ -190,7 +190,6 @@ namespace Umbraco.Web.BackOffice.Controllers
|
||||
[OutgoingEditorModelEvent]
|
||||
public MemberDisplay GetByKey(Guid key)
|
||||
{
|
||||
// TODO: this is not finding the key currently after member creation
|
||||
IMember foundMember = _memberService.GetByKey(key);
|
||||
if (foundMember == null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user