View Issue Details

IDProjectCategoryView StatusLast Update
0009242mantisbtauthenticationpublic2009-02-26 11:35
Reporterprzemek7bc Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status newResolutionopen 
Product Version1.2.0a1 
Summary0009242: Permission cache doesn't work!
Description

In projects with visibility=private, reporters assigned to that projects can't see history entries and can't add comments, but a link "Issue History" is visible at the top.

I had to comment out cache checks in access_get_local_level() to make it work correctly.

TagsNo tags attached.

Activities

mthibeault

mthibeault

2008-08-11 08:50

reporter   ~0019106

Missing global declaration for $g_cache_access_matrix in function access_get_local_level. (as of Revision 5503).

Line 468 of core/access_api.php is:
global $g_cache_access_matrix_project_ids;
Should be:
global $g_cache_access_matrix_project_ids, $g_cache_access_matrix;

oernii

oernii

2009-02-26 11:35

reporter   ~0020953

I noticed this too, but the fix doesn't work. I had to disable the cache in local