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