fix regression with opening credential edit/add

This commit is contained in:
Jake McDermott 2018-03-28 20:58:11 -04:00
parent b10dc6d4ff
commit 8da2c3cad2
No known key found for this signature in database
GPG Key ID: 3B02CAD476EECB35

View File

@ -11,7 +11,7 @@ function CredentialsResolve ($q, $stateParams, Me, Credential, CredentialType, O
const id = $stateParams.credential_id;
const promises = {
me: new Me('get').then((me) => me.extend('get', 'admin_of_organizations'))
me: new Me('get').then((me) => me.extend('admin_of_organizations'))
};
if (!id) {