This commit is contained in:
kevgliss 2016-04-01 09:58:19 -07:00
parent a30b8b21e4
commit 47891d2953
1 changed files with 4 additions and 0 deletions

View File

@ -103,6 +103,10 @@ def create(kwargs):
# the owning dl or role should have this authority associated with it
owner_role = role_service.get_by_name(kwargs['ownerEmail'])
if not owner_role:
owner_role = role_service.create(kwargs['ownerEmail'])
owner_role.authority = authority
g.current_user.authorities.append(authority)