Commit ec972ce4 authored by Jérome Perrin's avatar Jérome Perrin

in addition to 26156, don't even give a default value to list_action

(especially because "list" usually does not redirect to anything interesting)


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28605 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 56ce0213
...@@ -395,7 +395,7 @@ class ListBoxWidget(Widget.Widget): ...@@ -395,7 +395,7 @@ class ListBoxWidget(Widget.Widget):
title='List Action', title='List Action',
description=('The id of the object action' description=('The id of the object action'
' to display the current list'), ' to display the current list'),
default='list', default='',
required=0) required=0)
property_names.append('list_action') property_names.append('list_action')
......
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