match normal search state on action by default tls-sprint
authorsylvain.thenault@logilab.fr
Wed, 29 Apr 2009 10:55:57 +0200
branchtls-sprint
changeset 1536 1e695b78d085
parent 1535 774b8dc7e681
child 1537 788b5ca792bd
match normal search state on action by default
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,