Changed controller to use role manager. Updated mapping. Don't commit test database.

This commit is contained in:
emmagarland
2021-03-06 23:09:19 +00:00
parent fa684222e8
commit 4e9423687c
6 changed files with 164 additions and 34 deletions

View File

@@ -190,6 +190,7 @@ namespace Umbraco.Cms.Web.BackOffice.Controllers
[OutgoingEditorModelEvent]
public MemberDisplay GetByKey(Guid key)
{
//TODO: convert to identity
IMember foundMember = _memberService.GetByKey(key);
if (foundMember == null)
{