Graphs : Red crosses for reporters and developers

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
kinju
Posts: 4
Joined: 09 Oct 2008, 12:10

Graphs : Red crosses for reporters and developers

Post by kinju »

Hi,

I have a problem with mantis graphs.

All managers and + can see all graphs
Non manager (reporter or developer) can see only graph on projets where they are managers.

Where the graph rights are configured please ? I want every body can see all graphs.


Thank you,

Aurélien
Kirill
Posts: 640
Joined: 25 Nov 2007, 08:05
Location: Kaliningrad, RF
Contact:

Re: Graphs : Red crosses for reporters and developers

Post by Kirill »

Code: Select all

    /**
     * threshold for viewing summary
     * @global int $g_view_summary_threshold
     */    
    $g_view_summary_threshold    = MANAGER;
 
add in config_inc.php

Code: Select all

$g_view_summary_threshold    = DEVELOPER; 
Post Reply