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

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Oct 5 16:04:40 CEST 2006


Author: romain
Date: Thu Oct  5 16:04:37 2006
New Revision: 10577

URL: http://svn.erp5.org?rev=10577&view=rev
Log:
Fix RelationField bug.
It does not raise a error anymore when nothing is selected in the dialog.

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=10577&r1=10576&r2=10577&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 Thu Oct  5 16:04:37 2006
@@ -122,7 +122,7 @@
                                    field_id=request_form[\'field_id\'],\n
                                    selection_name=request_form[\'selection_name\'],\n
                                    selection_index=request_form[\'selection_index\'],\n
-                                   uids=request_form[\'uids\'],\n
+                                   uids=request_form.get(\'uids\', ()),\n
                                    listbox_uid=request_form[\'listbox_uid\'],\n
                                    form_pickle=request_form[\'form_pickle\'],\n
                                    form_signature=request_form[\'form_signature\'])\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=10577&r1=10576&r2=10577&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision Thu Oct  5 16:04:37 2006
@@ -1,1 +1,1 @@
-102
+103




More information about the Erp5-report mailing list