Closed (fixed)
Project:
Notifications
Version:
7.x-1.0-alpha1
Component:
Notifications
Priority:
Major
Category:
Bug report
Assigned:
Reporter:
Created:
7 Jun 2011 at 02:38 UTC
Updated:
16 Aug 2011 at 20:21 UTC
Jump to comment: Most recent file
Comments
Comment #1
danepowell commentedWhoops- my mistake. This has nothing to do with the User Account Tabs module- authenticated users get the 403 page no matter what. Administrators however do not get denied.
Comment #2
acbramley commentedThis is a problem in -dev aswell. The problem is simply that the unsubscribe access callback checks for a permissions that doesn't exist (manage own subscriptions) where it should check for "maintain own subscriptions".
This patch fixes this.
Comment #3
wiifm+1 lets get this patch in ASAP
Comment #4
acbramley commentedBumping priority as it's a pretty important part of notifications.
Comment #5
fizk commentedI just ran into this issue as well.
Comment #6
acbramley commentedI'm in the process of trying to get co-maintainership of the D7 version of notifications because I've run into several trivial bugs like this that are breaking integral parts of the module. See http://drupal.org/node/1211416
Comment #7
webflo commentedHi, i am a new co maintainer. I happy to commit this patch. Give me a few days. You can help with reviewing the other patches. http://drupal.org/project/issues/notifications?status=8&version=7.x
Thanks a lot.
Florian
Comment #8
acbramley commentedCool, if you could have a look at http://drupal.org/node/1218216 and http://drupal.org/node/1211342 too that would be awesome. Will get on to reviewing some patches as soon as I have time.
Comment #9
webflo commentedCommit 0c7fdb5 on 7.x-1.x. Thanks.