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
How do I set "Advanced Report" as the default view
Moderators: Developer, Contributor
-
- Posts: 1
- Joined: 16 Sep 2008, 07:35
Re: How do I set "Advanced Report" as the default view
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.
$g_show_report = ADVANCED_ONLY;
Save the file and you should only get the advanced report page.