Active
Project:
Drupal Commons
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
23 Apr 2012 at 11:08 UTC
Updated:
23 Apr 2012 at 14:17 UTC
I'm making this as a bug because the UI lies to you. The bug part is actually I guess in og_notifications, but I think we should fix it in Commons.
To reproduce:
The issue (which took some serious grepping and code diving) is that you need to go to:
admin/messaging/notifications/content to enable content types for notifications.
I don't think anyone besides a Drupal developer would figure this out.
The bug in og_notifications should be fixed so it doesn't lie to you, but Commons is about an out-of-the-box solution. So we know what content types are being installed, let's allow notifications for the ones that make sense during install.
Comments
Comment #1
gregglesSlightly different title. I think it matches the goal a bit more.
Comment #2
ezra-g commentedThis is definitely frustrating.
Luckily, the solution is simple: we can export the og_notifications_content_types variable with the desired enabled setting.
Tagging for the 2.7 release.