Page 1 of 1

Graphs : Red crosses for reporters and developers

Posted: 19 Mar 2009, 16:00
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

Re: Graphs : Red crosses for reporters and developers

Posted: 20 Mar 2009, 07:26
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;