Commit 9184e925 authored by Yusei Tahara's avatar Yusei Tahara

Prevent KeyError in tales expression.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18409 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 29b50ada
......@@ -102,7 +102,7 @@
<value> <string>A document can be associated to one or multiple entities in the group classification tree.</string> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<key> <string>enabled</string> </key>
<value> <int>1</int> </value>
</item>
<item>
......@@ -144,7 +144,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>request/is_web_mode</string> </value>
<value> <string>request/is_web_mode|nothing</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -102,7 +102,7 @@
<value> <string>A document can be associated to one or multiple entities in the site classification tree.</string> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<key> <string>enabled</string> </key>
<value> <int>1</int> </value>
</item>
<item>
......@@ -144,7 +144,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>request/is_web_mode</string> </value>
<value> <string>request/is_web_mode|nothing</string> </value>
</item>
</dictionary>
</pickle>
......
774
\ No newline at end of file
775
\ 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