web/views/management.py
branchtls-sprint
changeset 742 99115e029dca
parent 731 ac4a94e50b60
child 836 2ca048a43240
--- a/web/views/management.py	Wed Feb 18 00:48:24 2009 +0100
+++ b/web/views/management.py	Wed Feb 18 01:21:25 2009 +0100
@@ -270,7 +270,7 @@
 
 class ProcessInformationView(StartupView):
     id = 'info'
-    __selectors__ = (none_rset, match_user_groups('managers'),)
+    __select__ = none_rset() & match_user_groups('managers')
     
     title = _('server information')