Commit 4de60aca authored by Fabien Morin's avatar Fabien Morin

sometimes calling list action (with reset=1) is not required for example...

sometimes calling list action (with reset=1) is not required for example search result by POST method


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26156 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 426a4fbd
......@@ -351,7 +351,7 @@ class ListBoxWidget(Widget.Widget):
description=('The id of the object action'
' to display the current list'),
default='list',
required=1)
required=0)
property_names.append('list_action')
page_template = fields.StringField('page_template',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment