[Erp5-report] r27981 - in /erp5/trunk/products/ERP5/bootstrap/erp5_core: SkinTemplateItem/p...
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Jul 7 11:29:02 CEST 2009
Author: nicolas
Date: Tue Jul 7 11:29:00 2009
New Revision: 27981
URL: http://svn.erp5.org?rev=27981&view=rev
Log:
Authorise empty values for specialise value
Modified:
erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/DistributedRamCache_view/my_specialise.xml
erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision
Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/DistributedRamCache_view/my_specialise.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/DistributedRamCache_view/my_specialise.xml?rev=27981&r1=27980&r2=27981&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/DistributedRamCache_view/my_specialise.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/DistributedRamCache_view/my_specialise.xml [utf8] Tue Jul 7 11:29:00 2009
@@ -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>
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=27981&r1=27980&r2=27981&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision [utf8] Tue Jul 7 11:29:00 2009
@@ -1,1 +1,1 @@
-1261
+1262
More information about the Erp5-report
mailing list