[Erp5-report] r43604 kazuhiko - in /erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTempla...
nobody at svn.erp5.org
nobody at svn.erp5.org
Wed Feb 23 13:56:50 CET 2011
Author: kazuhiko
Date: Wed Feb 23 13:56:50 2011
New Revision: 43604
URL: http://svn.erp5.org?rev=43604&view=rev
Log:
* emptify count_method in IdTool_view/listbox because its list_method is objectValues().
* use objectValues instead of contentValues for a bit better performance.
Modified:
erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewFieldLibrary/my_view_mode_listbox.xml
erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/IdTool_view/listbox.xml
Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewFieldLibrary/my_view_mode_listbox.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewFieldLibrary/my_view_mode_listbox.xml?rev=43604&r1=43603&r2=43604&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewFieldLibrary/my_view_mode_listbox.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewFieldLibrary/my_view_mode_listbox.xml [utf8] Wed Feb 23 13:56:50 2011
@@ -359,6 +359,10 @@
<value> <string></string> </value>
</item>
<item>
+ <key> <string>default_display_style</string> </key>
+ <value> <string>table</string> </value>
+ </item>
+ <item>
<key> <string>default_params</string> </key>
<value>
<list>
@@ -374,6 +378,12 @@
<value> <string></string> </value>
</item>
<item>
+ <key> <string>display_style_list</string> </key>
+ <value>
+ <list/>
+ </value>
+ </item>
+ <item>
<key> <string>domain_root_list</string> </key>
<value>
<list/>
@@ -408,6 +418,10 @@
</value>
</item>
<item>
+ <key> <string>global_search_column</string> </key>
+ <value> <string></string> </value>
+ </item>
+ <item>
<key> <string>hidden</string> </key>
<value> <int>0</int> </value>
</item>
@@ -436,6 +450,10 @@
</value>
</item>
<item>
+ <key> <string>page_navigation_template</string> </key>
+ <value> <string>ListBox_viewSliderPageNavigationRenderer</string> </value>
+ </item>
+ <item>
<key> <string>page_template</string> </key>
<value> <string></string> </value>
</item>
@@ -500,6 +518,12 @@
<value> <string></string> </value>
</item>
<item>
+ <key> <string>style_columns</string> </key>
+ <value>
+ <list/>
+ </value>
+ </item>
+ <item>
<key> <string>title</string> </key>
<value> <string>View Mode Listbox</string> </value>
</item>
@@ -572,7 +596,7 @@ string:Base_viewListMode?proxy_form_id=$
<dictionary>
<item>
<key> <string>method_name</string> </key>
- <value> <string>contentValues</string> </value>
+ <value> <string>objectValues</string> </value>
</item>
</dictionary>
</pickle>
Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/IdTool_view/listbox.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/IdTool_view/listbox.xml?rev=43604&r1=43603&r2=43604&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/IdTool_view/listbox.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/IdTool_view/listbox.xml [utf8] Wed Feb 23 13:56:50 2011
@@ -11,6 +11,7 @@
<value>
<list>
<string>columns</string>
+ <string>count_method</string>
<string>list_method</string>
<string>title</string>
</list>
@@ -103,6 +104,10 @@
</value>
</item>
<item>
+ <key> <string>count_method</string> </key>
+ <value> <string></string> </value>
+ </item>
+ <item>
<key> <string>field_id</string> </key>
<value> <string>my_list_mode_listbox</string> </value>
</item>
More information about the Erp5-report
mailing list