[Erp5-report] r15420 - in /erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style: SkinTemplat...

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Aug 2 17:09:35 CEST 2007


Author: jerome
Date: Thu Aug  2 17:09:35 2007
New Revision: 15420

URL: http://svn.erp5.org?rev=15420&view=rev
Log:
keep form_id parameter in Base_doJump, in case the action script want to use it.

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/Base_doJump.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_doJump.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/Base_doJump.xml?rev=15420&r1=15419&r2=15420&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/Base_doJump.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/Base_doJump.xml Thu Aug  2 17:09:35 2007
@@ -70,7 +70,10 @@
             <key> <string>_body</string> </key>
             <value> <string>if select_jump == \'\':\n
   return\n
-return context.ERP5Site_redirect(select_jump, **kw)\n
+\n
+request = container.REQUEST\n
+return context.ERP5Site_redirect(select_jump,\n
+     keep_items=dict(form_id=request.get(\'form_id\', \'view\')), **kw)\n
 </string> </value>
         </item>
         <item>
@@ -121,9 +124,12 @@
                           <tuple>
                             <string>select_jump</string>
                             <string>kw</string>
+                            <string>_getattr_</string>
+                            <string>container</string>
+                            <string>request</string>
                             <string>_apply_</string>
-                            <string>_getattr_</string>
                             <string>context</string>
+                            <string>dict</string>
                           </tuple>
                         </value>
                     </item>

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=15420&r1=15419&r2=15420&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision Thu Aug  2 17:09:35 2007
@@ -1,1 +1,1 @@
-404
+407




More information about the Erp5-report mailing list