fix method mapping for webhook notification add

This commit is contained in:
Jake McDermott 2019-07-24 15:49:26 -04:00
parent f7502eed2f
commit 97f841057f

View File

@ -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',