[Erp5-report] r26193 - in /erp5/trunk/products/ERP5/bootstrap/erp5_core: SkinTemplateItem/p...

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Mar 30 18:15:45 CEST 2009


Author: romain
Date: Mon Mar 30 18:15:42 2009
New Revision: 26193

URL: http://svn.erp5.org?rev=26193&view=rev
Log:
Fix method name existence, as some object may have getDocumentValue and not getDocumentValueList

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ERP5Site_getSearchResultList.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ERP5Site_getSearchResultList.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ERP5Site_getSearchResultList.xml?rev=26193&r1=26192&r2=26193&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ERP5Site_getSearchResultList.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ERP5Site_getSearchResultList.xml [utf8] Mon Mar 30 18:15:42 2009
@@ -53,7 +53,7 @@
         </item>
         <item>
             <key> <string>_body</string> </key>
-            <value> <string>if getattr(context, \'getDocumentValue\', None) is not None:\n
+            <value> <string>if getattr(context, \'getDocumentValueList\', None) is not None:\n
   return context.getDocumentValueList(**kw)\n
 return context.portal_catalog(**kw)\n
 </string> </value>

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=26193&r1=26192&r2=26193&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision [utf8] Mon Mar 30 18:15:42 2009
@@ -1,1 +1,1 @@
-1135
+1136




More information about the Erp5-report mailing list