Commit 5b1c7b1c authored by Romain Courteaud's avatar Romain Courteaud

erp5_content_translation: return string instead of a Message in the TALES

parent b90021fa
Pipeline #23374 failed with stage
in 0 seconds
...@@ -281,16 +281,13 @@ ...@@ -281,16 +281,13 @@
</record> </record>
<record id="2" aka="AAAAAAAAAAI="> <record id="2" aka="AAAAAAAAAAI=">
<pickle> <pickle>
<tuple> <global name="TALESMethod" module="Products.Formulator.TALESField"/>
<global name="TALESMethod" module="Products.Formulator.TALESField"/>
<tuple/>
</tuple>
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
<item> <item>
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <string>cell</string> </value> <value> <string>python: \'%s\' % cell</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
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