Commit f5189ed3 authored by Ivan Tyagov's avatar Ivan Tyagov

Use serialize_tag as backend cloudoo is still not capable of processing reliable multiple requests.

parent 5e619932
...@@ -53,8 +53,8 @@ ...@@ -53,8 +53,8 @@
<value> <string>"""\n <value> <string>"""\n
Do actual conversion of Spreadsheet type.\n Do actual conversion of Spreadsheet type.\n
"""\n """\n
context.convert(**{\'format\': \'html\'})\n context.activate(serialization_tag=\'pre_convert\').convert(**{\'format\': \'html\'})\n
context.Base_preConvert(format, quality, display_list)\n context.activate(serialization_tag=\'pre_convert\').Base_preConvert(format, quality, display_list)\n
</string> </value> </string> </value>
</item> </item>
<item> <item>
......
10 11
\ No newline at end of file \ 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