mirror of
https://github.com/NaN-tic/tryton-gtk2.git
synced 2023-12-14 03:12:58 +01:00
Use a list as default pyson value of search domain
issue6904 review43721002
This commit is contained in:
parent
1da3f97f94
commit
f9c93ca4d1
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ class Action(SignalEvent):
|
|||
search_context['context'] = self.context
|
||||
search_context['_user'] = rpc._USER
|
||||
search_value = PYSONDecoder(search_context).decode(
|
||||
self.action['pyson_search_value'] or '{}')
|
||||
self.action['pyson_search_value'] or '[]')
|
||||
|
||||
self.widget = gtk.Frame()
|
||||
self.widget.set_border_width(0)
|
||||
|
|
Loading…
Reference in a new issue