[Erp5-report] r15560 - /erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateIte...

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Aug 8 14:57:00 CEST 2007


Author: yusei
Date: Wed Aug  8 14:57:00 2007
New Revision: 15560

URL: http://svn.erp5.org?rev=15560&view=rev
Log:
Stop to use recursive call.

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/Form_getListbox.xml

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/Form_getListbox.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/Form_getListbox.xml?rev=15560&r1=15559&r2=15560&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/Form_getListbox.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/Form_getListbox.xml Wed Aug  8 14:57:00 2007
@@ -86,7 +86,8 @@
     return True\n
   elif field.meta_type==\'ProxyField\':\n
     template_field = field.getRecursiveTemplateField()\n
-    return isListBox(template_field)\n
+    if template_field.meta_type==\'ListBox\':\n
+      return True\n
   return False\n
 \n
 # we start with \'bottom\' because most of the time\n




More information about the Erp5-report mailing list