From 75630ba99c1268567b45753846e2e595ec26f917 Mon Sep 17 00:00:00 2001 From: Yusuke Muraoka <yusuke@nexedi.com> Date: Fri, 8 Jan 2010 07:03:11 +0000 Subject: [PATCH] 2010-01-08 yusuke * Fixed a problem view of workflow history was not able to paging. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31659 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../erp5_core/Base_getWorkflowHistorySectionList.xml | 5 ++++- product/ERP5/bootstrap/erp5_core/bt/change_log | 3 +++ product/ERP5/bootstrap/erp5_core/bt/revision | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_getWorkflowHistorySectionList.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_getWorkflowHistorySectionList.xml index 7f1a596fae..80e6b806b6 100644 --- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_getWorkflowHistorySectionList.xml +++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_getWorkflowHistorySectionList.xml @@ -66,7 +66,9 @@ for workflow_id, workflow_history in history_dict.items():\n form_id=\'Base_viewWorkflowHistory\',\n selection_params={\'workflow_id\': workflow_id,\n \'workflow_title\' : workflow_title},\n - listbox_display_mode=\'FlatListMode\')\n + listbox_display_mode=\'FlatListMode\',\n + temporary_selection=False,\n + )\n )\n \n return result\n @@ -135,6 +137,7 @@ return result\n <string>workflow_history</string> <string>_getitem_</string> <string>workflow_title</string> + <string>False</string> </tuple> </value> </item> diff --git a/product/ERP5/bootstrap/erp5_core/bt/change_log b/product/ERP5/bootstrap/erp5_core/bt/change_log index 5efc30b05a..dfe868d745 100644 --- a/product/ERP5/bootstrap/erp5_core/bt/change_log +++ b/product/ERP5/bootstrap/erp5_core/bt/change_log @@ -1,3 +1,6 @@ +2010-01-08 yusuke +* Fixed a problem view of workflow history was not able to paging. + 2010-01-05 yusuke * Add a category exporting feature diff --git a/product/ERP5/bootstrap/erp5_core/bt/revision b/product/ERP5/bootstrap/erp5_core/bt/revision index 40efa8ca40..8adbb4693d 100644 --- a/product/ERP5/bootstrap/erp5_core/bt/revision +++ b/product/ERP5/bootstrap/erp5_core/bt/revision @@ -1 +1 @@ -1427 \ No newline at end of file +1428 \ No newline at end of file -- 2.30.9