# HG changeset patch # User sylvain.thenault@logilab.fr # Date 1240995357 -7200 # Node ID 1e695b78d0854db8a94e9a1694b2f6c2e170fa6e # Parent 774b8dc7e681cf541539c8a56e665fbdc3664530 match normal search state on action by default diff -r 774b8dc7e681 -r 1e695b78d085 web/action.py --- a/web/action.py Wed Apr 29 10:53:27 2009 +0200 +++ b/web/action.py Wed Apr 29 10:55:57 2009 +0200 @@ -20,7 +20,7 @@ request search state. """ __registry__ = 'actions' - __select__ = yes() + __select__ = match_search_state('normal') property_defs = { 'visible': dict(type='Boolean', default=True,