Commit 56a20d0c authored by Yoshinori Okuji's avatar Yoshinori Okuji

Disable the caching of get_value temporarily, because it is too buggy.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17011 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 94dce469
......@@ -304,7 +304,7 @@ def _get_default(self, key, value, REQUEST):
# Dynamic Patch
original_get_value = Field.get_value
Field.get_value = get_value
# Field.get_value = get_value
Field._original_get_value = original_get_value
Field._get_default = _get_default
Field.om_icons = om_icons
......
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