Commit 86556c50 authored by Nicolas Dumazet's avatar Nicolas Dumazet

fix default value of test_tales_expression field


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41819 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9fcab36a
......@@ -116,7 +116,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: [\'python: []\',here.getTestTalesExpression(evaluate=0)][str(here.getTestTalesExpression(evaluate=0)).startswith(\'python\')]</string> </value>
<value> <string>python: [\'python: True\',here.getTestTalesExpression()][str(here.getTestTalesExpression()).startswith(\'python\')]</string> </value>
</item>
</dictionary>
</pickle>
......
40847
\ No newline at end of file
40848
\ 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