Always use a JSON object to convey change data when no body template is present
This commit is contained in:
@@ -58,7 +58,7 @@ class WebhookAdmin(admin.ModelAdmin):
|
||||
}),
|
||||
('HTTP Request', {
|
||||
'fields': (
|
||||
'http_method', 'payload_url', 'http_content_type', 'additional_headers', 'body_template', 'secret',
|
||||
'payload_url', 'http_method', 'http_content_type', 'additional_headers', 'body_template', 'secret',
|
||||
)
|
||||
}),
|
||||
('SSL', {
|
||||
|
Reference in New Issue
Block a user