Closed (duplicate)
Project:
Notifications
Version:
6.x-2.0-beta6
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 Jun 2009 at 01:52 UTC
Updated:
10 Jun 2009 at 18:12 UTC
I've got everything turned off for a certain user role, but Notifications still slaps up an empty fieldset on my node form pages. The fieldset doesn't appear in $form, so I can't just unset it. Thoughts?
Comments
Comment #1
anupom.gogoi commentedYou can fix the issue by changing the code of _notifications_content_add_disable_field function of notifications_content.module file. Following are the updated code:
Next, turn off "skip notifications" permission for the user role that you don't want to give permission to see the notification fieldset.
Comment #2
phl3tch commentedCool. thanks.
Comment #3
jose reyero commentedI think it's the same issue, #453578: Empty Notifications fieldset