Commit 2eea8c63 authored by Aurel's avatar Aurel

fix return of the render_view method


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5579 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e4eaf913
......@@ -123,7 +123,7 @@ class ProxyWidget(Widget.Widget):
for k, v in field.get_value('extra_context'):
extra_context[k] = v
REQUEST.other['erp5_extra_context'] = extra_context
return proxy_field.widget.render_view(proxy_field, key, value)
return proxy_field.widget.render_view(proxy_field, value)
class ProxyValidator(Validator.Validator):
......
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