Commit 46f2a6eb authored by Ivan Tyagov's avatar Ivan Tyagov

This gadgets are actually returning wrapper static HTML code (with no...

This gadgets are actually returning wrapper static HTML code (with no calculation) not the real advertisement or documentation content.
Real content is loaded in another asynchronous call to server.
Make them synchronous (inline) to avoid useless asynchronous request to server.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30136 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3aabf4fb
......@@ -91,7 +91,7 @@
</item>
<item>
<key> <string>render_type</string> </key>
<value> <string>asynchronous</string> </value>
<value> <string>synchronous</string> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -13,38 +13,18 @@
<key> <string>_Access_contents_information_Permission</string> </key>
<value>
<list>
<string>Assignor</string>
<string>Anonymous</string>
</list>
</value>
</item>
<item>
<key> <string>_Copy_or_Move_Permission</string> </key>
<key> <string>_View_Permission</string> </key>
<value>
<list>
<string>Owner</string>
<string>Anonymous</string>
</list>
</value>
</item>
<item>
<key> <string>_Modify_portal_content_Permission</string> </key>
<value>
<tuple>
<string>Assignor</string>
<string>Manager</string>
<string>Owner</string>
</tuple>
</value>
</item>
<item>
<key> <string>_View_Permission</string> </key>
<value>
<tuple>
<string>Assignor</string>
<string>Manager</string>
<string>Owner</string>
</tuple>
</value>
</item>
<item>
<key> <string>_local_properties</string> </key>
<value>
......@@ -111,7 +91,7 @@
</item>
<item>
<key> <string>render_type</string> </key>
<value> <string>asynchronous</string> </value>
<value> <string>synchronous</string> </value>
</item>
<item>
<key> <string>title</string> </key>
......
414
\ No newline at end of file
415
\ 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