app/soc/views/models/notification.py
changeset 1176 c211191e7d81
parent 1163 d8c50be19232
child 1197 7785b5091f07
--- a/app/soc/views/models/notification.py	Mon Feb 02 13:48:15 2009 +0000
+++ b/app/soc/views/models/notification.py	Mon Feb 02 13:59:07 2009 +0000
@@ -85,7 +85,7 @@
     rights = access.Checker(params)
     rights['unspecified'] = ['deny']
     rights['edit'] = ['deny']
-    rights['show'] = [('checkIsMyEntity', notification_logic)]
+    rights['show'] = [('checkIsMyEntity', [notification_logic, 'scope_path'])]
     rights['delete'] = [('checkIsMyEntity', notification_logic)]
     rights['list'] = ['checkIsUser']
     # create is developer only for the time being to test functionality