1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00

Merge pull request #4038 from jakemcdermott/update-v1-cred-delete-prompt-queries

update credential deletion prompt queries

Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
This commit is contained in:
softwarefactory-project-zuul[bot] 2019-06-11 15:26:49 +00:00 committed by GitHub
commit a510f9f2c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -107,7 +107,7 @@ function setDependentResources (id) {
{
model: new JobTemplate(),
params: {
credential: id,
credentials__id: id,
ask_credential_on_launch: false
}
},
@ -120,7 +120,7 @@ function setDependentResources (id) {
{
model: new InventorySource(),
params: {
credential: id
credentials__id: id
}
}
];