Page 1 of 1

How do I set "Advanced Report" as the default view

Posted: 16 Sep 2008, 08:41
by chiragpinjar
How can I set "Advanced Report" as the default view instead of "Simple Report" for reporting issues.

Basically I want to give the option for "Assigning the task" in the default view

- Chirag

Re: How do I set "Advanced Report" as the default view

Posted: 17 Sep 2008, 15:13
by thegisguy
Add the following line to your config_inc.php file:

$g_show_report = ADVANCED_ONLY;

Save the file and you should only get the advanced report page.