[Erp5-report] r29027 - /erp5/trunk/products/ERP5Form/ListBox.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Mon Sep 14 13:32:40 CEST 2009
Author: jerome
Date: Mon Sep 14 13:32:38 2009
New Revision: 29027
URL: http://svn.erp5.org?rev=29027&view=rev
Log:
remove obsolete comments
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=29027&r1=29026&r2=29027&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Form/ListBox.py [utf8] (original)
+++ erp5/trunk/products/ERP5Form/ListBox.py [utf8] Mon Sep 14 13:32:38 2009
@@ -167,11 +167,6 @@
Parameters in case 3 should stored in a selection object which allows a per user
per PC storage.
- ListBox uses the following control variables
-
- - sort_by -- the id to sort results
-
- - sort_order -- the order of sorting
"""
# Define Properties for ListBoxWidget.
property_names = list(Widget.Widget.property_names)
@@ -269,7 +264,7 @@
meta_types = fields.ListTextAreaField('meta_types',
title="Meta Types",
description=(
- "Meta Types of objects to list. Required."),
+ "Meta Types of objects to list."),
default=[],
required=0)
property_names.append('meta_types')
@@ -277,12 +272,11 @@
portal_types = fields.ListTextAreaField('portal_types',
title="Portal Types",
description=(
- "Portal Types of objects to list. Required."),
+ "Portal Types of objects to list."),
default=[],
required=0)
property_names.append('portal_types')
- # XXX Do we still need this?
default_params = fields.ListTextAreaField('default_params',
title="Default Parameters",
description=(
More information about the Erp5-report
mailing list