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

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