Commit 3e24b936 authored by Vincent Pelletier's avatar Vincent Pelletier

Make "form_id" parameter optionnal : it has no meaning if this script is called from portal.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10245 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b1575df2
...@@ -248,7 +248,7 @@ request[ \'RESPONSE\' ].redirect( redirect_url )\n ...@@ -248,7 +248,7 @@ request[ \'RESPONSE\' ].redirect( redirect_url )\n
</item> </item>
<item> <item>
<key> <string>_params</string> </key> <key> <string>_params</string> </key>
<value> <string>form_id, module_portal_type, portal_skins_folder, object_portal_type, object_title, module_id, module_title, selection_index=0, selection_name=\'\'</string> </value> <value> <string>module_portal_type, portal_skins_folder, object_portal_type, object_title, module_id, module_title, selection_index=0, selection_name=\'\', form_id=\'\'</string> </value>
</item> </item>
<item> <item>
<key> <string>errors</string> </key> <key> <string>errors</string> </key>
...@@ -274,7 +274,6 @@ request[ \'RESPONSE\' ].redirect( redirect_url )\n ...@@ -274,7 +274,6 @@ request[ \'RESPONSE\' ].redirect( redirect_url )\n
<key> <string>co_varnames</string> </key> <key> <string>co_varnames</string> </key>
<value> <value>
<tuple> <tuple>
<string>form_id</string>
<string>module_portal_type</string> <string>module_portal_type</string>
<string>portal_skins_folder</string> <string>portal_skins_folder</string>
<string>object_portal_type</string> <string>object_portal_type</string>
...@@ -283,6 +282,7 @@ request[ \'RESPONSE\' ].redirect( redirect_url )\n ...@@ -283,6 +282,7 @@ request[ \'RESPONSE\' ].redirect( redirect_url )\n
<string>module_title</string> <string>module_title</string>
<string>selection_index</string> <string>selection_index</string>
<string>selection_name</string> <string>selection_name</string>
<string>form_id</string>
<string>Products.Formulator.Errors</string> <string>Products.Formulator.Errors</string>
<string>ValidationError</string> <string>ValidationError</string>
<string>FormValidationError</string> <string>FormValidationError</string>
...@@ -327,6 +327,7 @@ request[ \'RESPONSE\' ].redirect( redirect_url )\n ...@@ -327,6 +327,7 @@ request[ \'RESPONSE\' ].redirect( redirect_url )\n
<tuple> <tuple>
<int>0</int> <int>0</int>
<string></string> <string></string>
<string></string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment