Page 1 of 1
default value for Test Plan drop down list
Posted: Wed Jul 21, 2010 12:14 am
by cryma
Hi - when on the home page (index.php), the Test Plan drop down list seems to default to the first test plan created. Is there some way of making the default be the latest test plan created?
Re: default value for Test Plan drop down list
Posted: Thu Jul 22, 2010 3:53 pm
by nzamfir
change in testlink\lib\functions\plan.core.inc.php
on line 62:
$sql .= " ORDER BY id DESC";
Re: default value for Test Plan drop down list
Posted: Fri Sep 03, 2010 8:04 am
by joycechen
modify config.inc.php (or put it in custom_config.inc.php)
$tlCfg->gui->tprojects_combo_order_by='ORDER BY nodes_hierarchy.id DESC';