[Erp5-report] r23578 - in /erp5/trunk/bt5/erp5_egov: SkinTemplateItem/portal_skins/erp5_ego...

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Sep 12 09:41:10 CEST 2008


Author: fabien
Date: Fri Sep 12 09:41:09 2008
New Revision: 23578

URL: http://svn.erp5.org?rev=23578&view=rev
Log:
remove form_id parameter because it was not needed

Modified:
    erp5/trunk/bt5/erp5_egov/SkinTemplateItem/portal_skins/erp5_egov/EGov_register.xml
    erp5/trunk/bt5/erp5_egov/bt/revision

Modified: erp5/trunk/bt5/erp5_egov/SkinTemplateItem/portal_skins/erp5_egov/EGov_register.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_egov/SkinTemplateItem/portal_skins/erp5_egov/EGov_register.xml?rev=23578&r1=23577&r2=23578&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_egov/SkinTemplateItem/portal_skins/erp5_egov/EGov_register.xml (original)
+++ erp5/trunk/bt5/erp5_egov/SkinTemplateItem/portal_skins/erp5_egov/EGov_register.xml Fri Sep 12 09:41:09 2008
@@ -10,20 +10,8 @@
     <pickle>
       <dictionary>
         <item>
-            <key> <string>Python_magic</string> </key>
-            <value>
-              <none/>
-            </value>
-        </item>
-        <item>
             <key> <string>Script_magic</string> </key>
             <value> <int>3</int> </value>
-        </item>
-        <item>
-            <key> <string>__ac_local_roles__</string> </key>
-            <value>
-              <none/>
-            </value>
         </item>
         <item>
             <key> <string>_bind_names</string> </key>
@@ -74,8 +62,8 @@
   message = "text entered at the right of the picture is wrong"\n
   translated_message = context.Base_translateString(message)\n
   return request[\'RESPONSE\'].redirect(\n
-             "%s/%s?portal_status_message=%s" %\n
-             (context.absolute_url(), form_id, translated_message))\n
+             "%s?portal_status_message=%s" %\n
+             (context.absolute_url(), translated_message))\n
 \n
 # create a new subscription form\n
 module = context.getDefaultModule(portal_type=\'Subscription Form\')\n
@@ -121,20 +109,8 @@
             </value>
         </item>
         <item>
-            <key> <string>_filepath</string> </key>
-            <value>
-              <none/>
-            </value>
-        </item>
-        <item>
-            <key> <string>_owner</string> </key>
-            <value>
-              <none/>
-            </value>
-        </item>
-        <item>
             <key> <string>_params</string> </key>
-            <value> <string>form_id, captcha_text=\'\', **kw</string> </value>
+            <value> <string>captcha_text=\'\', **kw</string> </value>
         </item>
         <item>
             <key> <string>_proxy_roles</string> </key>
@@ -162,13 +138,12 @@
                   <dictionary>
                     <item>
                         <key> <string>co_argcount</string> </key>
-                        <value> <int>2</int> </value>
+                        <value> <int>1</int> </value>
                     </item>
                     <item>
                         <key> <string>co_varnames</string> </key>
                         <value>
                           <tuple>
-                            <string>form_id</string>
                             <string>captcha_text</string>
                             <string>kw</string>
                             <string>_getattr_</string>
@@ -206,12 +181,6 @@
             <value> <string>EGov_register</string> </value>
         </item>
         <item>
-            <key> <string>uid</string> </key>
-            <value>
-              <none/>
-            </value>
-        </item>
-        <item>
             <key> <string>warnings</string> </key>
             <value>
               <tuple/>

Modified: erp5/trunk/bt5/erp5_egov/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_egov/bt/revision?rev=23578&r1=23577&r2=23578&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_egov/bt/revision (original)
+++ erp5/trunk/bt5/erp5_egov/bt/revision Fri Sep 12 09:41:09 2008
@@ -1,1 +1,1 @@
-289
+291




More information about the Erp5-report mailing list