Change the Default Project Tab
From DotProjectWiki
When you select the projects a series of tabbed entries are displayed, with the default being Not Defined. A simple suggestion was provided by one of our participants to enable you to configure this for your own installation.
Edit the file /modules/projects/index.php - approximately line 25.
to read:
$tab = $AppUI->getState( 'ProjIdxTab' ) !== NULL ? $AppUI->getState('ProjIdxTab' ) : 0;
Change the 0 to the tab number required as follows:
Proposed = 1
In Planning = 2
In Progress =3
On Hold = 4
Complete = 5
Archived = 6
All = 7
[edit]
1 Return to...
[edit]
