diff --git a/product/ERP5Form/SelectionTool.py b/product/ERP5Form/SelectionTool.py index 148e6aa8f119931050a1a88627fcbb25087c9c9e..37c17b67d42ccfecbd7e1bea7845823ac0ed810a 100644 --- a/product/ERP5Form/SelectionTool.py +++ b/product/ERP5Form/SelectionTool.py @@ -419,7 +419,7 @@ class SelectionTool( BaseTool, UniqueObject, SimpleItem ): selection.edit(sort_on=sort_on) security.declareProtected(ERP5Permissions.View, 'setSelectionQuickSortOrder') - def setSelectionQuickSortOrder(self, REQUEST=None, selection_name=None, sort_on=None, + def setSelectionQuickSortOrder(self, selection_name=None, sort_on=None, REQUEST=None, query_string=None, form_id=None): """ Defines the sort order of the selection directly from the listbox