Closed (fixed)
Project:
Drupal Commons
Version:
7.x-3.x-dev
Component:
Groups
Priority:
Normal
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
11 Jul 2013 at 10:35 UTC
Updated:
4 Jan 2014 at 03:57 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
devin carlson commentedThis is caused by
commons_groups_form_group_node_form_alter()unsetting$form['field_og_subscribe_settings'].While this could be solved by using
'#access' => FALSE, I don't believe that thefield_og_subscribe_settingsfield needs to be wrapped in a fieldset at all, so the attached patch removes the wrapper completely.Comment #2
slowflyer commentedThanks!
The patch worked for me!
Comment #3
ezra-g commentedAdding this issue to the 3.4 radar.
Comment #4
devin carlson commentedA reroll of #1.
Comment #5
devin carlson commentedTested #4 with an existing Commons install and didn't run into any errors when creating or updating groups with or without the locale module enabled. I also didn't come across any issues caused by OG Access being enabled or disabled.
Committed #4 to Commons 7.x-3.x.
http://drupalcode.org/project/commons.git/commit/2f674d7