diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_resetListSetting.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_resetListSetting.xml index 1d6629be77d4ab0dcfa5ef25c57c6a47d0301a7a..55484f52fa7a9a22784723c5823f9d7981572bff 100644 --- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_resetListSetting.xml +++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_resetListSetting.xml @@ -63,7 +63,7 @@ return context.Base_redirect(form_id, keep_items=dict(\n </item> <item> <key> <string>_params</string> </key> - <value> <string>form_id, selection_name</string> </value> + <value> <string>form_id, selection_name, *args, **kw</string> </value> </item> <item> <key> <string>id</string> </key> diff --git a/product/ERP5/bootstrap/erp5_core/bt/change_log b/product/ERP5/bootstrap/erp5_core/bt/change_log index 2019bda50b4185135ef5d2c14c5690b38e7ae61e..6239b39f87f80dc64a02e6625e17d34b6eeb7ecb 100644 --- a/product/ERP5/bootstrap/erp5_core/bt/change_log +++ b/product/ERP5/bootstrap/erp5_core/bt/change_log @@ -1,3 +1,6 @@ +2011-10-25 yusei +* Fix Base_resetListSetting. It did not work with "Set List Setting" dialog. Now it accepts any parameters. + 2011-06-23 yusei * Add an action to call alarm.activeSense() for developer. diff --git a/product/ERP5/bootstrap/erp5_core/bt/revision b/product/ERP5/bootstrap/erp5_core/bt/revision index f552c6baabfa8f8fa608ca04750f60c6492f5b7b..db902788dc38e65d6ea0aa39279cceac70f107e1 100644 --- a/product/ERP5/bootstrap/erp5_core/bt/revision +++ b/product/ERP5/bootstrap/erp5_core/bt/revision @@ -1 +1 @@ -40979 \ No newline at end of file +40980 \ No newline at end of file