default value for Test Plan drop down list
Moderators: Amaradana, TurboPT, TL Developers
default value for Test Plan drop down list
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
change in testlink\lib\functions\plan.core.inc.php
on line 62:
$sql .= " ORDER BY id DESC";
on line 62:
$sql .= " ORDER BY id DESC";
Re: default value for Test Plan drop down list
modify config.inc.php (or put it in custom_config.inc.php)
$tlCfg->gui->tprojects_combo_order_by='ORDER BY nodes_hierarchy.id DESC';
$tlCfg->gui->tprojects_combo_order_by='ORDER BY nodes_hierarchy.id DESC';