diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/CacheTool_viewCacheFactoryList/listbox.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/CacheTool_viewCacheFactoryList/listbox.xml index 0398d722c313449eccb92dd070a613344ec7ab55..d71bce0a9798c4e73c247ac3536c29788b222139 100644 --- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/CacheTool_viewCacheFactoryList/listbox.xml +++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/CacheTool_viewCacheFactoryList/listbox.xml @@ -11,6 +11,8 @@ <value> <list> <string>columns</string> + <string>count_method</string> + <string>list_method</string> <string>portal_types</string> <string>search_columns</string> <string>selection_name</string> @@ -101,6 +103,10 @@ </list> </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> @@ -109,6 +115,12 @@ <key> <string>form_id</string> </key> <value> <string>Base_viewFieldLibrary</string> </value> </item> + <item> + <key> <string>list_method</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> + </value> + </item> <item> <key> <string>portal_types</string> </key> <value> @@ -168,4 +180,17 @@ </dictionary> </pickle> </record> + <record id="2" aka="AAAAAAAAAAI="> + <pickle> + <global name="Method" module="Products.Formulator.MethodField"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>method_name</string> </key> + <value> <string>objectValues</string> </value> + </item> + </dictionary> + </pickle> + </record> </ZopeData> diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/MemcachedTool_viewMemcachedPluginList/listbox.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/MemcachedTool_viewMemcachedPluginList/listbox.xml index f4b5f252348aa0b17fa9ffa2201287dac819927d..52069a423b3fe793afaa401d6decdd3812990825 100644 --- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/MemcachedTool_viewMemcachedPluginList/listbox.xml +++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/MemcachedTool_viewMemcachedPluginList/listbox.xml @@ -11,6 +11,8 @@ <value> <list> <string>columns</string> + <string>count_method</string> + <string>list_method</string> <string>portal_types</string> <string>search_columns</string> <string>selection_name</string> @@ -96,6 +98,10 @@ </list> </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> @@ -104,6 +110,12 @@ <key> <string>form_id</string> </key> <value> <string>Base_viewFieldLibrary</string> </value> </item> + <item> + <key> <string>list_method</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> + </value> + </item> <item> <key> <string>portal_types</string> </key> <value> @@ -174,4 +186,17 @@ </dictionary> </pickle> </record> + <record id="2" aka="AAAAAAAAAAI="> + <pickle> + <global name="Method" module="Products.Formulator.MethodField"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>method_name</string> </key> + <value> <string>objectValues</string> </value> + </item> + </dictionary> + </pickle> + </record> </ZopeData> diff --git a/product/ERP5/bootstrap/erp5_core/bt/change_log b/product/ERP5/bootstrap/erp5_core/bt/change_log index af715500eac43d6e28b6721785f123fc55640393..5cd609cf7f6c4e260c16a5573c09bda1a4e54592 100644 --- a/product/ERP5/bootstrap/erp5_core/bt/change_log +++ b/product/ERP5/bootstrap/erp5_core/bt/change_log @@ -1,3 +1,6 @@ +2010-10-20 Kazuhiko +* use objectValues instead of searchFolder for portal_caches and portal_memcached's view. + 2010-10-19 arnaud.fontaine * add views and portal types for category and property existence constraints. * fix field names in Property Sheet and Property Sheet Tool views. diff --git a/product/ERP5/bootstrap/erp5_core/bt/revision b/product/ERP5/bootstrap/erp5_core/bt/revision index 280f1a0985e7f8b52d23a480993c9a95247c7c00..e6d1b728dafbd42142cc166b3453ad6dd905cdce 100644 --- a/product/ERP5/bootstrap/erp5_core/bt/revision +++ b/product/ERP5/bootstrap/erp5_core/bt/revision @@ -1 +1 @@ -1746 \ No newline at end of file +1747 \ No newline at end of file