Active
Project:
OG User Roles
Version:
6.x-4.1
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Feb 2012 at 09:10 UTC
Updated:
23 May 2012 at 06:01 UTC
After upgrading our site to OG 6.x-2.2, the input filter permissions seemed to ignore the OG user roles. Our group administrators no longer had access to the input filters normal users didn't have. Seems like something broke. For now we reverted to OG 6.x-2.1
Comments
Comment #1
fuzzy76 commentedAm I really the only one experiencing this?
Comment #2
Grayside commentedI can't think of anything that would impact filter permissions. Did you simultaneously upgrade Drupal core?
Comment #3
fuzzy76 commentedI upgraded core (to 6.22 at the time) and a handful modules. But the only thing needed to fix it again was downgrading OG. Retried upgrading OG when upgrading to core 6.26, but the problem was still there. Downgrading OG again fixed it.
Comment #4
Grayside commentedSounds as though something is calling filter_access() or more specifically filter_formats() before OG User Roles works its magic. As a result, the user's statically cached list of usable formats does not take into account the revised administer filters permission.
Not sure what about OG 6.x-2.2 would be causing that...