Skip to content
Snippets Groups Projects
Commit feb4b967 authored by srosse's avatar srosse
Browse files

OO-722,OO-1635: flexi form event must be POST too

parent af742590
No related branches found
No related tags found
No related merge requests found
......@@ -1255,7 +1255,7 @@ function o_ffXHREvent(formNam, dispIdField, dispId, eventIdField, eventInt, dirt
var targetUrl = jQuery('#' + formNam).attr("action");
jQuery.ajax(targetUrl,{
type:'GET',
type:'POST',
data: data,
cache: false,
dataType: 'json',
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment