Post about your customizations to share with others.
Moderators: Developer , Contributor
El_Greg
Posts: 47 Joined: 27 Apr 2006, 07:20
Location: FRANCE
Post
by El_Greg » 27 Apr 2006, 08:40
Hi,
After the login, is there a way to direct my users to the "view_all_bug_page" page instead of "my_view_page"?
The first page I want to open is the bug list but not the dashboard.
Thanks in advance for your help,
Regards,
Greg
Narcissus
Developer
Posts: 338 Joined: 17 Feb 2005, 09:45
Post
by Narcissus » 27 Apr 2006, 12:11
Hi Greg,
Adding:
$g_default_home_page = 'view_all_bug_page.php';
to your config_inc.php file should fix that.
Hope that helps,
Lincoln.
El_Greg
Posts: 47 Joined: 27 Apr 2006, 07:20
Location: FRANCE
Post
by El_Greg » 27 Apr 2006, 12:19
Hi,
Many thanks for this post... it works perfectly!
Bye,
Greg