1
0
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:
Jake McDermott 2019-09-19 13:44:01 -04:00 committed by Jeff Bradberry
parent 286da3a7eb
commit f7396cf81a

View File

@ -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);