[Erp5-report] r7078 - /erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal...

nobody at svn.erp5.org nobody at svn.erp5.org
Thu May 4 15:27:53 CEST 2006


Author: kevin
Date: Thu May  4 15:27:51 2006
New Revision: 7078

URL: http://svn.erp5.org?rev=7078&view=rev
Log:
Increase url lenght test by 10 (advised by JP)

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_callDialogMethod.xml

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_callDialogMethod.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_callDialogMethod.xml?rev=7078&r1=7077&r2=7078&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_callDialogMethod.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_callDialogMethod.xml Thu May  4 15:27:51 2006
@@ -159,7 +159,7 @@
 \n
   # If url is too long, we do not redirecting\n
   # to avoir crash <christophe at nexedi.com>\n
-  if len(make_query(cleanedup_kw)) > 200 :\n
+  if len(make_query(cleanedup_kw)) > 2000:\n
     cannot_redirect = 1\n
 \n
   # if we cannot redirect, then call the form directly.\n




More information about the Erp5-report mailing list