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?
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