web/action.py
branchtls-sprint
changeset 1536 1e695b78d085
parent 1433 091ac3ba5d51
child 1977 606923dff11b
--- 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,