Commit 731f6b43 authored by Alexandre Boeglin's avatar Alexandre Boeglin

ERP5Site_createModule: pass field_edit_order to manage_settings

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19665 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 56de70a4
......@@ -138,7 +138,8 @@ form.manage_settings(\n
field_unicode_mode=form.unicode_mode,\n
field_method=form.method,\n
field_row_length=str(form.row_length),\n
field_pt=\'form_list\'))\n
field_pt=\'form_list\',\n
field_edit_order=[]))\n
\n
form.manage_addField(\n
id=\'listbox\',\n
......@@ -165,7 +166,7 @@ default_groups = [\'right\', \'center\', \'bottom\', \'hidden\']\n
for group in default_groups:\n
form.add_group(group)\n
\n
form.manage_settings(dict(\n
form.manage_settings(\n
dict(field_title=form.title,\n
field_name=form.name,\n
field_description=form.description,\n
......@@ -177,7 +178,8 @@ form.manage_settings(dict(\n
field_unicode_mode=form.unicode_mode,\n
field_method=form.method,\n
field_row_length=str(form.row_length),\n
field_pt=\'form_view\')))\n
field_pt=\'form_view\',\n
field_edit_order=[]))\n
\n
form.manage_addField(\n
id=\'my_title\',\n
......@@ -251,6 +253,12 @@ request[ \'RESPONSE\' ].redirect( redirect_url )\n
<none/>
</value>
</item>
<item>
<key> <string>_owner</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>_params</string> </key>
<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>
......
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