update v1 credential deletion prompt queries

This commit is contained in:
Jake McDermott 2019-06-11 09:45:15 -04:00
parent adb768bed3
commit d4301bd9bd
No known key found for this signature in database
GPG Key ID: 9A6F084352C3A0B7

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
}
}
];