Commit bd3d2537 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

ignore_layout should be propagated after Base_editRelation.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26591 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6c15dfdb
......@@ -92,6 +92,7 @@ for k in request_form.keys():\n
request.form.update(old_request)\n
edit_method = getattr(context, request_form.get(\'form_action\', \'Base_edit\'))\n
return edit_method(form_id,\n
ignore_layout=old_request.get(\'ignore_layout\', True),\n
selection_index=old_request.get(\'selection_index\', 0),\n
selection_name=old_request.get(\'selection_name\', \'\'))\n
......@@ -167,6 +168,7 @@ return edit_method(form_id,\n
<string>_getiter_</string>
<string>k</string>
<string>edit_method</string>
<string>True</string>
</tuple>
</value>
</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