Commit ff6a01e8 authored by Ivan Tyagov's avatar Ivan Tyagov

When creating the asynchronous call URL make sure to specify type of arguments...

When creating the asynchronous call URL make sure to specify type of arguments so later Zope publisher can cast them accordingly.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25871 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 371dbaa6
......@@ -11,7 +11,7 @@
<dictionary>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts17405722.49</string> </value>
<value> <string>ts36185937.29</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -95,8 +95,8 @@ function updater(url, box_relative_url, dom_id, \n
\n
request_params[\'box_relative_url\'] = box_relative_url;\n
request_params[\'parent_web_section_url\'] = parent_web_section_url; \n
request_params[\'is_gadget_mode\'] = 1; \n
request_params[\'editable_mode\'] = editable_mode; \n
request_params[\'is_gadget_mode:int\'] = 1; \n
request_params[\'editable_mode:int\'] = editable_mode; \n
\n
\n
d = MochiKit.Async.doSimpleXMLHttpRequest(url, request_params);\n
......@@ -368,7 +368,7 @@ MochiKit.DOM.addLoadEvent(initialize);
</item>
<item>
<key> <string>size</string> </key>
<value> <int>13096</int> </value>
<value> <int>13104</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
365
\ No newline at end of file
366
\ 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