Closed (won't fix)
Project:
IMCE
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
9 Apr 2011 at 23:55 UTC
Updated:
10 Apr 2011 at 13:32 UTC
Hi,
there is an issue with IMCE in combination with features. My
IMCE configuration is exported via features. Features exports variables with
Strongarm.
Strongarm initalize all varibales in its own hook_init. But IMCE use a variable already in an menu access callback (imce_roles_profiles) wich is invoked before strongarm_init. So its not possible for strongarm to setup all the variables correctly. Ther variable 'imce_roles_profiles' is always empty after a feature is reverted and the users gets an 'Access denied' regardless of his permissions. Here is a patch to resolve this issue in IMCE.
| Comment | File | Size | Author |
|---|---|---|---|
| initialize-variables-with-strongarm--imce--D7.patch | 1.1 KB | webflo |
Comments
Comment #1
webflo commentedI found a related issue in Strogarm #1062452: strongarm_set_conf() needs to be called sooner
Comment #2
ufku commentedI think this should be handled at strongarm side.