Commit 53d8eff0 authored by Rafael Monnerat's avatar Rafael Monnerat

Revert previous change, it is not appropriated. setData(None) should be supported.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29035 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d3e2369a
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
</item> </item>
<item> <item>
<key> <string>_body</string> </key> <key> <string>_body</string> </key>
<value> <string>context.setData("")\n <value> <string>context.setData(None)\n
</string> </value> </string> </value>
</item> </item>
<item> <item>
...@@ -92,6 +92,7 @@ ...@@ -92,6 +92,7 @@
<tuple> <tuple>
<string>_getattr_</string> <string>_getattr_</string>
<string>context</string> <string>context</string>
<string>None</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
438 439
\ 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