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

Post about your customizations to share with others.

Moderators: Developer, Contributor

Post Reply
chiragpinjar
Posts: 1
Joined: 16 Sep 2008, 07:35

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

Post 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
thegisguy
Posts: 13
Joined: 09 Sep 2008, 19:22

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

Post 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.
Post Reply