diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_callDialogMethod.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_callDialogMethod.xml index f35e83f51de4e979af3bbde338887a25e7dcc931..2f0beffdcb7e3b5219251bf40d2c7a8e957c25ff 100644 --- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_callDialogMethod.xml +++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_callDialogMethod.xml @@ -87,13 +87,13 @@ kw.update(request_form)\n # Exceptions for UI\n if dialog_method == \'Base_configureUI\':\n return context.Base_configureUI(form_id=kw[\'form_id\'],\n - selection_name=kw[\'list_selection_name\'],\n + selection_name=kw[\'selection_name\'],\n field_columns=kw[\'field_columns\'],\n stat_columns=kw[\'stat_columns\'])\n # Exceptions for Sort\n if dialog_method == \'Base_configureSortOn\':\n return context.Base_configureSortOn(form_id=kw[\'form_id\'],\n - selection_name=kw[\'list_selection_name\'],\n + selection_name=kw[\'selection_name\'],\n field_sort_on=kw[\'field_sort_on\'],\n field_sort_order=kw[\'field_sort_order\'])\n # Exceptions for Base_edit\n @@ -218,7 +218,7 @@ if hasattr(kw, \'previous_md5_object_uid_list\'):\n \n # if dialog_category is object_search, then edit the selection\n if dialog_category == "object_search" :\n - context.portal_selections.setSelectionParamsFor(kw[\'list_selection_name\'], kw)\n + context.portal_selections.setSelectionParamsFor(kw[\'selection_name\'], kw)\n \n # if we have checked line in listbox, modify the selection\n listbox_uid = kw.get(\'listbox_uid\', None)\n diff --git a/product/ERP5/bootstrap/erp5_core/bt/revision b/product/ERP5/bootstrap/erp5_core/bt/revision index 06690d5eea4908c3d87a6feec2f257bea8cee370..34578cc4c5ec458b4ad2ee89f52cfe58fa308f03 100644 --- a/product/ERP5/bootstrap/erp5_core/bt/revision +++ b/product/ERP5/bootstrap/erp5_core/bt/revision @@ -1 +1 @@ -238 \ No newline at end of file +239 \ No newline at end of file