Commit 2495bb50 authored by Sebastien Robin's avatar Sebastien Robin

added more clever jumping


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@531 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 79cd91e1
......@@ -89,6 +89,7 @@ class ERP5Field(Field):
except:
# We add this safety exception to make sure we always get
# something reasonable rather than generate plenty of errors
LOG('ERP5Form.get_value, exception on tales_expr: ',0,'')
value = self.get_orig_value(id)
else:
# FIXME: backwards compat hack to make sure overrides dict exists
......
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