mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 03:10:42 -03:30
fix regression with opening credential edit/add
This commit is contained in:
parent
b10dc6d4ff
commit
8da2c3cad2
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user