[Erp5-report] r12087 - in /erp5/trunk/products/ERP5/bootstrap/erp5_core: SkinTemplateItem/p...

nobody at svn.erp5.org nobody at svn.erp5.org
Sun Jan 14 19:11:51 CET 2007


Author: jerome
Date: Sun Jan 14 19:11:48 2007
New Revision: 12087

URL: http://svn.erp5.org?rev=12087&view=rev
Log:
r12011 have side effects, this should fix cases covered by functional tests.


Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_callDialogMethod.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_callDialogMethod.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_callDialogMethod.xml?rev=12087&r1=12086&r2=12087&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_callDialogMethod.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_callDialogMethod.xml Sun Jan 14 19:11:48 2007
@@ -87,13 +87,13 @@
 # Exceptions for UI\n
 if dialog_method == \'Base_configureUI\':\n
   return context.Base_configureUI(form_id=kw[\'form_id\'],\n
-                                  selection_name=kw[\'list_selection_name\'],\n
+                                  selection_name=kw[\'selection_name\'],\n
                                   field_columns=kw[\'field_columns\'],\n
                                   stat_columns=kw[\'stat_columns\'])\n
 # Exceptions for Sort\n
 if dialog_method == \'Base_configureSortOn\':\n
   return context.Base_configureSortOn(form_id=kw[\'form_id\'],\n
-                                      selection_name=kw[\'list_selection_name\'],\n
+                                      selection_name=kw[\'selection_name\'],\n
                                       field_sort_on=kw[\'field_sort_on\'],\n
                                       field_sort_order=kw[\'field_sort_order\'])\n
 # Exceptions for Base_edit\n
@@ -218,7 +218,7 @@
 \n
 # if dialog_category is object_search, then edit the selection\n
 if dialog_category == "object_search" :\n
-  context.portal_selections.setSelectionParamsFor(kw[\'list_selection_name\'], kw)\n
+  context.portal_selections.setSelectionParamsFor(kw[\'selection_name\'], kw)\n
 \n
 # if we have checked line in listbox, modify the selection\n
 listbox_uid = kw.get(\'listbox_uid\', None)\n

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision?rev=12087&r1=12086&r2=12087&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision Sun Jan 14 19:11:48 2007
@@ -1,1 +1,1 @@
-238
+239




More information about the Erp5-report mailing list