[Erp5-report] r14897 - /erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/porta...
nobody at svn.erp5.org
nobody at svn.erp5.org
Wed Jun 20 16:08:01 CEST 2007
Author: ivan
Date: Wed Jun 20 16:08:01 2007
New Revision: 14897
URL: http://svn.erp5.org?rev=14897&view=rev
Log:
Extend script parameter lists to support 'ignore_layout' and 'editable_mode' . These parameters are passed from web mode when editing WebSection's predicates.
Modified:
erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Predicate_edit.xml
Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Predicate_edit.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Predicate_edit.xml?rev=14897&r1=14896&r2=14897&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Predicate_edit.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Predicate_edit.xml Wed Jun 20 16:08:01 2007
@@ -154,7 +154,7 @@
</item>
<item>
<key> <string>_params</string> </key>
- <value> <string>form_id, selection_index=0, selection_name=\'\'</string> </value>
+ <value> <string>form_id, selection_index=0, selection_name=\'\', ignore_layout=0, editable_mode=1</string> </value>
</item>
<item>
<key> <string>errors</string> </key>
@@ -174,7 +174,7 @@
<dictionary>
<item>
<key> <string>co_argcount</string> </key>
- <value> <int>3</int> </value>
+ <value> <int>5</int> </value>
</item>
<item>
<key> <string>co_varnames</string> </key>
@@ -183,6 +183,8 @@
<string>form_id</string>
<string>selection_index</string>
<string>selection_name</string>
+ <string>ignore_layout</string>
+ <string>editable_mode</string>
<string>Products.Formulator.Errors</string>
<string>ValidationError</string>
<string>FormValidationError</string>
@@ -223,6 +225,8 @@
<tuple>
<int>0</int>
<string></string>
+ <int>0</int>
+ <int>1</int>
</tuple>
</value>
</item>
More information about the Erp5-report
mailing list