[Erp5-report] r31659 yusuke - in /erp5/trunk/products/ERP5/bootstrap/erp5_core: SkinTemplat...

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Jan 8 08:03:14 CET 2010


Author: yusuke
Date: Fri Jan  8 08:03:11 2010
New Revision: 31659

URL: http://svn.erp5.org?rev=31659&view=rev
Log:
2010-01-08 yusuke
* Fixed a problem view of workflow history was not able to paging.

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_getWorkflowHistorySectionList.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/change_log
    erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_getWorkflowHistorySectionList.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_getWorkflowHistorySectionList.xml?rev=31659&r1=31658&r2=31659&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_getWorkflowHistorySectionList.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_getWorkflowHistorySectionList.xml [utf8] Fri Jan  8 08:03:11 2010
@@ -66,7 +66,9 @@
       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 @@
                             <string>workflow_history</string>
                             <string>_getitem_</string>
                             <string>workflow_title</string>
+                            <string>False</string>
                           </tuple>
                         </value>
                     </item>

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/change_log
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/change_log?rev=31659&r1=31658&r2=31659&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/change_log [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/change_log [utf8] Fri Jan  8 08:03:11 2010
@@ -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
 

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision?rev=31659&r1=31658&r2=31659&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision [utf8] Fri Jan  8 08:03:11 2010
@@ -1,1 +1,1 @@
-1427
+1428




More information about the Erp5-report mailing list