The list of content types to add at user/UID/notifications/group has each content type twice:

OG double content types.png

The mistake is here, but I'm not sure what is meant to be happening with the first $content_types:

function og_notifications_add_form($form_state, $account) {
  $content_types = array_filter(variable_get('og_notifications_content_types', array()));
  $content_names = node_get_types('names');
  foreach ($content_types as $type) {
    $content_types[$type] = $content_names[$type];
  }
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

joachim’s picture

Status: Active » Needs review
FileSize
1 KB

Figured it out ;)

Diff from SVN of 2.0 (from Open Atrium).

Grayside’s picture

Status: Needs review » Needs work

Would have reviewed this, but I can't convince Atrium to show me the page you describe. I presume something on the spectrum between Notifications and Atrium has changed.