From ce0872692745c1b5a75f27a59a3fde3dc4b224d7 Mon Sep 17 00:00:00 2001
From: Nicolas Delaby <nicolas@nexedi.com>
Date: Tue, 7 Jul 2009 09:29:00 +0000
Subject: [PATCH] Authorise empty values for specialise value

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27981 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../erp5_core/DistributedRamCache_view/my_specialise.xml        | 2 +-
 product/ERP5/bootstrap/erp5_core/bt/revision                    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/DistributedRamCache_view/my_specialise.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/DistributedRamCache_view/my_specialise.xml
index b93b4427ac..d95a194fd2 100644
--- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/DistributedRamCache_view/my_specialise.xml
+++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/DistributedRamCache_view/my_specialise.xml
@@ -124,7 +124,7 @@
       <dictionary>
         <item>
             <key> <string>_text</string> </key>
-            <value> <string>python: [(plugin.getTitle(), plugin.getRelativeUrl()) for plugin in here.portal_memcached.contentValues(portal_type=\'Memcached Plugin\', sort_on=\'int_index\')]</string> </value>
+            <value> <string>python:[(\'\',\'\')] + [(plugin.getTitle(), plugin.getRelativeUrl()) for plugin in here.portal_memcached.contentValues(portal_type=\'Memcached Plugin\', sort_on=\'int_index\')]</string> </value>
         </item>
       </dictionary>
     </pickle>
diff --git a/product/ERP5/bootstrap/erp5_core/bt/revision b/product/ERP5/bootstrap/erp5_core/bt/revision
index 15448f161f..078cc70a33 100644
--- a/product/ERP5/bootstrap/erp5_core/bt/revision
+++ b/product/ERP5/bootstrap/erp5_core/bt/revision
@@ -1 +1 @@
-1261
\ No newline at end of file
+1262
\ No newline at end of file
-- 
2.30.9