Use a list as default pyson value of search domain

issue6904
review43721002
This commit is contained in:
Sergi Almacellas Abellana 2017-11-03 12:38:08 +01:00
parent 1da3f97f94
commit f9c93ca4d1

View file

@ -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)