[Erp5-report] r40415 kazuhiko - in /erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style: Sk...

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Nov 19 14:27:50 CET 2010


Author: kazuhiko
Date: Fri Nov 19 14:27:49 2010
New Revision: 40415

URL: http://svn.erp5.org?rev=40415&view=rev
Log:
do not add /view.

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/Base_redirect.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/Base_redirect.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/Base_redirect.xml?rev=40415&r1=40414&r2=40415&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/Base_redirect.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/Base_redirect.xml [utf8] Fri Nov 19 14:27:49 2010
@@ -66,7 +66,10 @@ request_form.update(kw)\n
 request_form = context.ERP5Site_filterParameterList(request_form)\n
 request_form.update(keep_items)\n
 \n
-redirect_url = \'%s/%s\' % (context.absolute_url(), form_id)\n
+if form_id == \'view\':\n
+  redirect_url = context.absolute_url()\n
+else:\n
+  redirect_url = \'%s/%s\' % (context.absolute_url(), form_id)\n
 \n
 parameters = make_query(dict([(k, v) for k, v in request_form.items() if k and v is not None]))\n
 if len(parameters):\n

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision?rev=40415&r1=40414&r2=40415&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision [utf8] Fri Nov 19 14:27:49 2010
@@ -1 +1 @@
-1044
\ No newline at end of file
+1045
\ No newline at end of file




More information about the Erp5-report mailing list