mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 11:11:07 -03:30
fix method mapping for webhook notification add
This commit is contained in:
@@ -90,7 +90,7 @@ export default ['Rest', 'Wait', 'NotificationsFormObject',
|
||||
|
||||
$scope.httpMethodChoices = [
|
||||
{'id': 'POST', 'name': i18n._('POST')},
|
||||
{'id': 'POST', 'name': i18n._('PUT')},
|
||||
{'id': 'PUT', 'name': i18n._('PUT')},
|
||||
];
|
||||
CreateSelect2({
|
||||
element: '#notification_template_http_method',
|
||||
|
||||
Reference in New Issue
Block a user