Commit 45d6781e authored by Jérome Perrin's avatar Jérome Perrin

get the field recursively. Required for >2 levels proxyfield.



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15405 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0e88d1d2
......@@ -367,7 +367,7 @@ class ProxyField(ZMIField):
"""
template_field = self.getTemplateField()
if template_field.__class__ == ProxyField:
return template_field.getTemplateField()
return template_field.getRecursiveTemplateField()
else:
return template_field
......
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