[Erp5-report] r19357 - in /erp5/trunk/bt5/erp5_crm: SkinTemplateItem/portal_skins/erp5_crm/...
nobody at svn.erp5.org
nobody at svn.erp5.org
Mon Feb 18 15:26:24 CET 2008
Author: jerome
Date: Mon Feb 18 15:26:24 2008
New Revision: 19357
URL: http://svn.erp5.org?rev=19357&view=rev
Log:
don't fail if we don't have any destinations
Modified:
erp5/trunk/bt5/erp5_crm/SkinTemplateItem/portal_skins/erp5_crm/Event_viewRelatedEventList/listbox_destination_title.xml
erp5/trunk/bt5/erp5_crm/bt/revision
Modified: erp5/trunk/bt5/erp5_crm/SkinTemplateItem/portal_skins/erp5_crm/Event_viewRelatedEventList/listbox_destination_title.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_crm/SkinTemplateItem/portal_skins/erp5_crm/Event_viewRelatedEventList/listbox_destination_title.xml?rev=19357&r1=19356&r2=19357&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_crm/SkinTemplateItem/portal_skins/erp5_crm/Event_viewRelatedEventList/listbox_destination_title.xml (original)
+++ erp5/trunk/bt5/erp5_crm/SkinTemplateItem/portal_skins/erp5_crm/Event_viewRelatedEventList/listbox_destination_title.xml Mon Feb 18 15:26:24 2008
@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
- <tuple>
- <string>Products.ERP5Form.ProxyField</string>
- <string>ProxyField</string>
- </tuple>
- <none/>
+ <global name="ProxyField" module="Products.ERP5Form.ProxyField"/>
+ <tuple/>
</tuple>
</pickle>
<pickle>
@@ -61,13 +58,13 @@
<value>
<dictionary>
<item>
- <key> <string>default</string> </key>
+ <key> <string>default</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
- <key> <string>editable</string> </key>
+ <key> <string>editable</string> </key>
<value> <string></string> </value>
</item>
<item>
@@ -89,7 +86,7 @@
<value> <string></string> </value>
</item>
<item>
- <key> <string>title</string> </key>
+ <key> <string>title</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
@@ -132,18 +129,15 @@
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
- <tuple>
- <string>Products.Formulator.TALESField</string>
- <string>TALESMethod</string>
- </tuple>
- <none/>
+ <global name="TALESMethod" module="Products.Formulator.TALESField"/>
+ <tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_text</string> </key>
- <value> <string>python:" / ".join(cell.getDestinationTitleList())</string> </value>
+ <value> <string>python:" / ".join(cell.getDestinationTitleList() or [])</string> </value>
</item>
</dictionary>
</pickle>
Modified: erp5/trunk/bt5/erp5_crm/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_crm/bt/revision?rev=19357&r1=19356&r2=19357&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_crm/bt/revision (original)
+++ erp5/trunk/bt5/erp5_crm/bt/revision Mon Feb 18 15:26:24 2008
@@ -1,1 +1,1 @@
-155
+156
More information about the Erp5-report
mailing list