mirror of
https://github.com/ansible/awx.git
synced 2026-03-21 19:07:39 -02:30
fix regression with opening credential edit/add
This commit is contained in:
@@ -11,7 +11,7 @@ function CredentialsResolve ($q, $stateParams, Me, Credential, CredentialType, O
|
|||||||
const id = $stateParams.credential_id;
|
const id = $stateParams.credential_id;
|
||||||
|
|
||||||
const promises = {
|
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) {
|
if (!id) {
|
||||||
|
|||||||
Reference in New Issue
Block a user