added support for body params with name other than
This commit is contained in:
@@ -158,7 +158,7 @@ class OperationView extends Backbone.View
|
||||
|
||||
for o in form.find("textarea")
|
||||
if(o.value? && jQuery.trim(o.value).length > 0)
|
||||
map["body"] = o.value
|
||||
map[o.name] = o.value
|
||||
|
||||
for o in form.find("select")
|
||||
val = this.getSelectedValue o
|
||||
|
||||
Reference in New Issue
Block a user