[Erp5-report] r26591 - /erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/porta...
nobody at svn.erp5.org
nobody at svn.erp5.org
Wed Apr 22 15:59:14 CEST 2009
Author: kazuhiko
Date: Wed Apr 22 15:59:13 2009
New Revision: 26591
URL: http://svn.erp5.org?rev=26591&view=rev
Log:
ignore_layout should be propagated after Base_editRelation.
Modified:
erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_editRelation.xml
Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_editRelation.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_editRelation.xml?rev=26591&r1=26590&r2=26591&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_editRelation.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_editRelation.xml [utf8] Wed Apr 22 15:59:13 2009
@@ -92,6 +92,7 @@
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 @@
<string>_getiter_</string>
<string>k</string>
<string>edit_method</string>
+ <string>True</string>
</tuple>
</value>
</item>
More information about the Erp5-report
mailing list