Commit 400f071d authored by Nicolas Delaby's avatar Nicolas Delaby

Do not use Document_convert anymore longer

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35260 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4825ed84
......@@ -53,7 +53,7 @@
</item>
<item>
<key> <string>_body</string> </key>
<value> <string>return context.Document_convert(format=\'pdf\')\n
<value> <string>return context.index_html(context.REQUEST, context.REQUEST.RESPONSE, format=\'pdf\')\n
</string> </value>
</item>
<item>
......
......@@ -38,7 +38,17 @@
</item>
<item>
<key> <string>action</string> </key>
<value> <string>Document_convert</string> </value>
<value> <string>index_html</string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>edit_order</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>encoding</string> </key>
......@@ -108,6 +118,10 @@
<key> <string>update_action</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>update_action_title</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</pickle>
</record>
......
1126
\ No newline at end of file
1127
\ 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