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
Graphs : Red crosses for reporters and developers
Moderators: Developer, Contributor
Re: Graphs : Red crosses for reporters and developers
Code: Select all
/**
* threshold for viewing summary
* @global int $g_view_summary_threshold
*/
$g_view_summary_threshold = MANAGER;
Code: Select all
$g_view_summary_threshold = DEVELOPER;