Fix bugs in updateuser

1) Also check for matching organization names
2) Ensure that errors don't leave the throbber
This commit is contained in:
Joseph Schorr 2017-12-01 14:58:29 -05:00
parent c383ac1f9d
commit 4db1615d94
2 changed files with 18 additions and 7 deletions

View file

@ -149,7 +149,6 @@ class Organization(ApiResource):
},
}
@require_scope(scopes.ORG_ADMIN)
@nickname('getOrganization')
def get(self, orgname):
""" Get the details for the specified organization """