Commit 0313963e authored by Nicolas Delaby's avatar Nicolas Delaby

Delegate render_odt_variable execution to template field

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41473 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5f4d9867
......@@ -133,6 +133,8 @@ class ProxyWidget(Widget.Widget):
render_odf = WidgetDelegatedMethod('render_odf', default='')
render_odt = WidgetDelegatedMethod('render_odt', default=None)
render_odt_view = WidgetDelegatedMethod('render_odt_view', default=None)
render_odt_variable = WidgetDelegatedMethod('render_odt_variable',
default=None)
render_odg = WidgetDelegatedMethod('render_odg', default=None)
get_javascript_list = WidgetDelegatedMethod(
'get_javascript_list', default=[])
......
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