Default View

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
rkessler

Default View

Post by rkessler »

Is there a way to have the system come up with the view issues form and not the myview form when logging in?

We have many users that are accustomed to the prior version and would like to maintain that appearance when they log in.

Thanks very much in advance.

Richard
thraxisp
Developer
Posts: 509
Joined: 14 Feb 2005, 03:38
Location: Ottawa, Canada
Contact:

Post by thraxisp »

You could add

Code: Select all

$g_default_home_page = 'view_all_bug_page.php';
to your config_inc.php file.
Post Reply