[Erp5-report] r25209 - in /erp5/trunk/products/ERP5/bootstrap/erp5_core: SkinTemplateItem/p...
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Jan 20 19:13:18 CET 2009
Author: jerome
Date: Tue Jan 20 19:13:17 2009
New Revision: 25209
URL: http://svn.erp5.org?rev=25209&view=rev
Log:
when using proxy listbox ID, if the proxy listbox does not set any portal types
filter, use portal type filter from the relation field.
Modified:
erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_getRelatedObjectParameter.xml
erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision
Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_getRelatedObjectParameter.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_getRelatedObjectParameter.xml?rev=25209&r1=25208&r2=25209&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_getRelatedObjectParameter.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_getRelatedObjectParameter.xml [utf8] Tue Jan 20 19:13:17 2009
@@ -79,7 +79,7 @@
return portal_type\n
\n
proxied_listbox_portal_type = proxied_listbox.get_value(\'portal_types\')\n
- return [x for x in proxied_listbox_portal_type if x in portal_type]\n
+ return [x for x in proxied_listbox_portal_type if x in portal_type] or portal_type\n
\n
return result\n
</string> </value>
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=25209&r1=25208&r2=25209&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision [utf8] Tue Jan 20 19:13:17 2009
@@ -1,1 +1,1 @@
-1074
+1075
More information about the Erp5-report
mailing list