app/soc/views/models/notification.py
changeset 1012 73f0b61f2d9d
parent 1007 3b66772d21a5
child 1059 17221b578fe7
--- a/app/soc/views/models/notification.py	Tue Jan 27 12:47:28 2009 +0000
+++ b/app/soc/views/models/notification.py	Tue Jan 27 13:36:45 2009 +0000
@@ -87,7 +87,7 @@
     rights['edit'] = ['deny']
     rights['show'] = ['checkIsMyNotification']
     rights['delete'] = ['checkIsMyNotification']
-    rights['list'] = ['checkAgreesToSiteToS']
+    rights['list'] = ['checkIsUser']
     # create is developer only for the time being to test functionality
     rights['create'] = ['checkIsDeveloper']