Commit b5be1dac authored by Rafael Monnerat's avatar Rafael Monnerat

Improve tales to prevent generate unecessary WARNINGs logs if keys are not in the REQUEST.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32383 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a9cc18a3
......@@ -291,7 +291,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>request/use_unified_diff</string> </value>
<value> <string>python: request.get(\'use_unified_diff\', None)</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -277,7 +277,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>request/bt1</string> </value>
<value> <string>python: request.get(\'bt1\', \'\')</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -277,7 +277,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>request/bt2</string> </value>
<value> <string>python: request.get(\'bt2\', \'\')</string> </value>
</item>
</dictionary>
</pickle>
......
1466
\ No newline at end of file
1467
\ 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