app/soc/views/models/notification.py
changeset 890 b3bf833c4580
parent 876 0c1329d4b514
child 970 8b5611d5b053
--- a/app/soc/views/models/notification.py	Wed Jan 21 21:32:51 2009 +0000
+++ b/app/soc/views/models/notification.py	Wed Jan 21 21:41:36 2009 +0000
@@ -87,7 +87,7 @@
     rights['edit'] = [access.deny]
     rights['show'] = [access.checkIsMyNotification]
     rights['delete'] = [access.checkIsMyNotification]
-    rights['list'] = [access.checkIsUser]
+    rights['list'] = [access.checkAgreesToSiteToS]
     # create is developer only for the time being to test functionality
     rights['create'] = [access.checkIsDeveloper]