Commit 5c999848 authored by iv's avatar iv

ERP5Form: fix typo on SelectionTool warning about listbox IDs

parent 5a128e1c
......@@ -1890,7 +1890,7 @@ def createFolderMixInPageSelectionMethod(listbox_id):
"DEPRECATED: %s_%s: The ListBox ID must not be contained anymore in the "
"method name, but instead be in the 'value' attribute of the submit "
"button and the method name should be 'listbox_%s'" %
(wrapper_listbox_id, wrapper_property_id, wrapper_method_id),
(wrapper_listbox_id, wrapper_property_id, wrapper_listbox_id),
DeprecationWarning)
portal_selection = getToolByName(self, 'portal_selections')
......
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