Closed (fixed)
Project:
Subscriptions
Version:
5.x-1.9
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Jun 2007 at 08:21 UTC
Updated:
1 Dec 2007 at 01:07 UTC
Hi @all,
I just wanted to post a little bug in this module: When a user does not have the permission to "maintain own subscriptions" the checkbox to subscribe to a content is shown on the node form though... this also happens for omitted content types.
I right now fix this problem on my site, with a form_alter to discard this checkbox on all node forms, but perhaps you can change the code with the appropriate user_access()-checks to fix this?
Thanx in advance & cheers
hctom
Comments
Comment #1
salvisSubscribing to comments to your own nodes seems to be a special case that falls outside the general "maintain own subscriptions" privilege. Being able to subscribe to these is a pretty basic need, but if you can't maintain them later on, your sorta stuck.
IMO, this should be governed by a new permission, something like "subscribe to own posts," and this should include the right to maintain those subscriptions.
Comment #2
bdragon commented5.x-2.0 is a complete rewrite, any bugs in it are new. All previous versions are becoming unsupported. Therefore, closing issue. Please test the latest beta. Thank you.