[Erp5-report] r38581 ivan - in /erp5/trunk/products/ERP5/bootstrap/erp5_core: SkinTemplateI...

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Sep 23 11:15:10 CEST 2010


Author: ivan
Date: Thu Sep 23 11:15:09 2010
New Revision: 38581

URL: http://svn.erp5.org?rev=38581&view=rev
Log:
Follow up change in listbox propagandation fields in r38580

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

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_getSearchText.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_getSearchText.xml?rev=38581&r1=38580&r2=38581&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_getSearchText.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_getSearchText.xml [utf8] Thu Sep 23 11:15:09 2010
@@ -53,11 +53,11 @@
             <value> <string>"""\n
   Get search text from REQUEST or selection.\n
 """\n
-\n
 request = context.REQUEST\n
+\n
 if not argument_name_list:\n
-  form_id = request.get(\'form_id\', None)\n
-  field_id = request.get(\'field_id\', None)\n
+  form_id = request.get(\'listbox_form_id\', None)\n
+  field_id = request.get(\'listbox_field_id\', None)\n
   if form_id is not None and field_id is not None:\n
     # get values from current ERP5 form listbox being rendered\n
     form = getattr(context, form_id)\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=38581&r1=38580&r2=38581&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision [utf8] Thu Sep 23 11:15:09 2010
@@ -1 +1 @@
-1719
\ No newline at end of file
+1723
\ No newline at end of file




More information about the Erp5-report mailing list