We recently changed the name of the OG administrator role from 'administrator member' to 'Organizer'.

The name of the role is included in feature exports for OG default group permissions. (eg see http://drupalcode.org/project/commons_events.git/commitdiff/37c24de?hp=0...).

We should explore whether this change will break those exports. If so, let's consider rolling it back.

Comments

japerry’s picture

Assigned: Unassigned » japerry

Correct, the features depend on the named role. There are four features that need to be changed:

  • commons_polls
  • commons_posts
  • commons_q_a
  • commons_wikis

Its pretty trivial to update these permissions to reflect the new name. However, this is a little disturbing how OG manages role permissions, because if any sysadmin wants to change the name, it will cause the features to become overridden.

Fortunately, my testing has shown that the permissions still apply cleanly since we change the name at the end of the install process.

Should I roll a patch to update the features?

ezra-g’s picture

Issue tags: -Commons 7.x-3.1 radar

Given issues left to address before the 3.1 release, I suggest we remove the update hook that implemented this change and followup on this issue for a future release.

As part of the followup, we can specifically list areas where this text appears and should be changed in the UI and investigate whether changing the role name from OG's default would have any effects on OG-contrib module compatibility.

ezra-g’s picture

Issue tags: +Commons 7.x-3.1 radar

Given issues left to address before the 3.1 release, I suggest we remove the update hook that implemented this change and followup on this issue for a future release.

As part of the followup, we can specifically list areas where this text appears and should be changed in the UI and investigate whether changing the role name from OG's default would have any effects on OG-contrib module compatibility.

ezra-g’s picture

Let's also set back the recent changes to the Commons Events features that include the role change.

japerry’s picture

Automatically closed -- issue fixed for 2 weeks with no activity.