How to change permissions in adm_permissions_report.php

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
El_Greg
Posts: 47
Joined: 27 Apr 2006, 07:20
Location: FRANCE

How to change permissions in adm_permissions_report.php

Post 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
ed
Posts: 143
Joined: 14 Feb 2005, 02:04
Location: Sydney, Australia

Post by ed »

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 »

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 »

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 »

OK that's it !

# threshold for viewing summary
$g_view_summary_threshold = MANAGER;

Thanks again for your help...

Grégory
Post Reply