Commit 75630ba9 authored by Yusuke Muraoka's avatar Yusuke Muraoka

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
parent 469350af
......@@ -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>
......
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
......
1427
\ No newline at end of file
1428
\ No newline at end of file
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