Get help from other users here.
Moderators: Developer , Contributor
El_Greg
Posts: 47 Joined: 27 Apr 2006, 07:20
Location: FRANCE
Post
by El_Greg » 14 Mar 2007, 16:09
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
ed
Posts: 143 Joined: 14 Feb 2005, 02:04
Location: Sydney, Australia
Post
by ed » 14 Mar 2007, 23:00
These thresholds can be set via config_inc.php.
See config_defaults_inc.php for examples.
El_Greg
Posts: 47 Joined: 27 Apr 2006, 07:20
Location: FRANCE
Post
by El_Greg » 15 Mar 2007, 08:01
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
ed
Posts: 143 Joined: 14 Feb 2005, 02:04
Location: Sydney, Australia
Post
by ed » 15 Mar 2007, 08:50
At a wild guess as I know no French:
$g_view_summary_threshold
El_Greg
Posts: 47 Joined: 27 Apr 2006, 07:20
Location: FRANCE
Post
by El_Greg » 15 Mar 2007, 10:09
OK that's it !
# threshold for viewing summary
$g_view_summary_threshold = MANAGER;
Thanks again for your help...
Grégory