"data" parameter to Ajax calls should be an object and not an array

"data" parameter to Ajax calls should be an object and not an array

mitarmitar Posts: 4Questions: 2Answers: 0
edited December 2013 in Bug reports
"data" parameter to Ajax calls should be an object and not an array. Currently it is an array you push to. This does not really work. It is expected to be a plain object. Maybe you should simply call "extend" before passing the array to jQuery?
This discussion has been closed.