View Issue Details

IDProjectCategoryView StatusLast Update
0007845mantisbtdocumentationpublic2007-03-21 05:56
Reporterhromain Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status newResolutionopen 
Summary0007845: Project documentation does not appear on several conditions
Description

The bug occurs when the $g_private_project_threshold is set to an lower value than ADMINISTRATOR, and when the logged user is qualified to this threshold. In this case, the user is not actually included in the private projects. So when he attempts to view the doc in such a project, he doesn't see any file.

Additional Information

To fix the bug, I think it is sufficient to replace the line 31 of proj_doc_page.php by :
$t_admin = config_get( 'private_project_threshold' );

TagsNo tags attached.

Activities

There are no notes attached to this issue.