mirror of
https://github.com/ansible/awx.git
synced 2024-10-30 13:55:31 +03:00
Always include selected webhook service in creation requests
This commit is contained in:
parent
286da3a7eb
commit
f7396cf81a
@ -470,9 +470,6 @@
|
||||
delete data.webhook_url;
|
||||
delete data.webhook_key;
|
||||
data.webhook_credential = $scope.webhookCredential.id;
|
||||
if (!data.webhook_credential) {
|
||||
data.webhook_service = null;
|
||||
}
|
||||
|
||||
data.extra_vars = ToJSON($scope.parseType, $scope.extra_vars, true);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user