Commit e3636063 authored by Arnaud Fontaine's avatar Arnaud Fontaine

erp5_autocompletion_ui: Serialization of array was broken with ERP5.

parent 9f0577c7
......@@ -52,6 +52,9 @@ $(function() {\n
dataType: "json",\n
data: data,\n
success: response,\n
// Otherwise JQuery would serialize an array to portal_type[]=p1&portal_type[]=p2\n
// instead of Zope portal_type=p1&portal_type=p2\n
traditional: true,\n
});\n
};\n
}\n
......
2014-01-27 arnaud.fontaine
* Serialization of array was broken with ERP5.
2014-01-21 arnaud.fontaine
* Use json instead of deprecated Products.ERP5Type.JSON.
......
Copyright (c) 2010 Nexedi SA
\ No newline at end of file
Copyright (c) 2010-2014 Nexedi SA
\ No newline at end of file
nicolas.dumazet
\ No newline at end of file
nicolas.dumazet
arnaud.fontaine
\ No newline at end of file
8
\ No newline at end of file
9
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment