Commit 72d95673 authored by Jérome Perrin's avatar Jérome Perrin

getParameterDict() is a method from the renderer, not the renderer line.



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9137 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ef43fd07
......@@ -1732,7 +1732,7 @@ class ListBoxRendererLine:
_marker = []
value_list = []
selection = self.renderer.getSelection()
param_dict = self.getParamDict()
param_dict = self.renderer.getParamDict()
# Embed the selection index.
selection.edit(index = self.index)
......
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