Page 1 of 1

How to change permissions in adm_permissions_report.php

Posted: 14 Mar 2007, 16:09
by El_Greg
Hello all,

in the page "adm_permissions_report.php" i can see a line concerning "ability the see the synthesis" (probably not the right expression but my Mantis is in french).

The page is not updatable in the web interface. Is there a way to change the green check (config file or somewhere else ?) I would like to authorise developpers to see the synthesis.

thanks in advance.

regards,

Gregory

Posted: 14 Mar 2007, 23:00
by ed
These thresholds can be set via config_inc.php.

See config_defaults_inc.php for examples.

Posted: 15 Mar 2007, 08:01
by El_Greg
Hi,

Thanks for your help... but I do not find the variable to change.

Is there an axisting line specially for the synthesis or shall I create a new line ?

Thanks in advance.

Gregory

Posted: 15 Mar 2007, 08:50
by ed
At a wild guess as I know no French:

$g_view_summary_threshold

Posted: 15 Mar 2007, 10:09
by El_Greg
OK that's it !

# threshold for viewing summary
$g_view_summary_threshold = MANAGER;

Thanks again for your help...

Grégory