[Erp5-report] r28605 - /erp5/trunk/products/ERP5Form/ListBox.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Mon Aug 24 18:43:43 CEST 2009
Author: jerome
Date: Mon Aug 24 18:43:41 2009
New Revision: 28605
URL: http://svn.erp5.org?rev=28605&view=rev
Log:
in addition to 26156, don't even give a default value to list_action
(especially because "list" usually does not redirect to anything interesting)
Modified:
erp5/trunk/products/ERP5Form/ListBox.py
Modified: erp5/trunk/products/ERP5Form/ListBox.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Form/ListBox.py?rev=28605&r1=28604&r2=28605&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Form/ListBox.py [utf8] (original)
+++ erp5/trunk/products/ERP5Form/ListBox.py [utf8] Mon Aug 24 18:43:41 2009
@@ -395,7 +395,7 @@
title='List Action',
description=('The id of the object action'
' to display the current list'),
- default='list',
+ default='',
required=0)
property_names.append('list_action')
More information about the Erp5-report
mailing list