[Erp5-report] r16996 - /erp5/trunk/bt5/erp5_crm/SkinTemplateItem/portal_skins/erp5_crm/
nobody at svn.erp5.org
nobody at svn.erp5.org
Sun Oct 14 19:03:52 CEST 2007
Author: jp
Date: Sun Oct 14 19:03:51 2007
New Revision: 16996
URL: http://svn.erp5.org?rev=16996&view=rev
Log:
Do not invoke print
Modified:
erp5/trunk/bt5/erp5_crm/SkinTemplateItem/portal_skins/erp5_crm/Event_getPropertyDictFromContent.xml
Modified: erp5/trunk/bt5/erp5_crm/SkinTemplateItem/portal_skins/erp5_crm/Event_getPropertyDictFromContent.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_crm/SkinTemplateItem/portal_skins/erp5_crm/Event_getPropertyDictFromContent.xml?rev=16996&r1=16995&r2=16996&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_crm/SkinTemplateItem/portal_skins/erp5_crm/Event_getPropertyDictFromContent.xml (original)
+++ erp5/trunk/bt5/erp5_crm/SkinTemplateItem/portal_skins/erp5_crm/Event_getPropertyDictFromContent.xml Sun Oct 14 19:03:51 2007
@@ -107,7 +107,6 @@
\n
# Search reference ticket or project\n
follow_up_type_list = context.getPortalProjectTypeList() + context.getPortalTicketTypeList()\n
-print follow_up_type_list\n
follow_up = context.portal_catalog.getResultValue(reference=reference_search_list, portal_type=follow_up_type_list)\n
if follow_up is None:\n
follow_up = context.portal_catalog.getResultValue(reference=text_search_list, portal_type=follow_up_type_list)\n
@@ -140,6 +139,10 @@
<value>
<none/>
</value>
+ </item>
+ <item>
+ <key> <string>_params</string> </key>
+ <value> <string></string> </value>
</item>
<item>
<key> <string>errors</string> </key>
@@ -165,8 +168,6 @@
<key> <string>co_varnames</string> </key>
<value>
<tuple>
- <string>_print_</string>
- <string>_print</string>
<string>getPersonList</string>
<string>_getattr_</string>
<string>context</string>
@@ -206,9 +207,7 @@
<item>
<key> <string>warnings</string> </key>
<value>
- <tuple>
- <string>Prints, but never reads \'printed\' variable.</string>
- </tuple>
+ <tuple/>
</value>
</item>
</dictionary>
More information about the Erp5-report
mailing list