From 4513188def4e7b8d71aff96854c02a8472d75630 Mon Sep 17 00:00:00 2001
From: Kevin Deldycke <kevin@nexedi.com>
Date: Thu, 4 May 2006 13:27:51 +0000
Subject: [PATCH] Increase url lenght test by 10 (advised by JP)

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7078 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../portal_skins/erp5_core/Base_callDialogMethod.xml            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_callDialogMethod.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_callDialogMethod.xml
index 79ccd5d278..98f13cca85 100644
--- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_callDialogMethod.xml
+++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_callDialogMethod.xml
@@ -159,7 +159,7 @@ try:\n
 \n
   # If url is too long, we do not redirecting\n
   # to avoir crash <christophe@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
-- 
2.30.9