Hi,
How can I list the Test project Dropdown data alphabetically?
Thanks.
[SOLVED] List Test Projects alphabetically
Moderators: Amaradana, TurboPT, TL Developers
Re: List Test Projects alphabetically
hi,
you can change the statement "$tlCfg->gui->tprojects_combo_order_by = 'ORDER BY nodes_hierarchy.id DESC';" in the "config.inc.php" to e.g. "$tlCfg->gui->tprojects_combo_order_by = 'ORDER BY nodes_hierarchy.name';"
I do not know whether there are any side effects by changing this statement
regards, michael
you can change the statement "$tlCfg->gui->tprojects_combo_order_by = 'ORDER BY nodes_hierarchy.id DESC';" in the "config.inc.php" to e.g. "$tlCfg->gui->tprojects_combo_order_by = 'ORDER BY nodes_hierarchy.name';"
I do not know whether there are any side effects by changing this statement

regards, michael
Re: List Test Projects alphabetically
Thanks! This worked great.