Page 1 of 1
[SOLVED] List Test Projects alphabetically
Posted: Fri Jan 21, 2011 12:49 am
by mrkazgan
Hi,
How can I list the Test project Dropdown data alphabetically?
Thanks.
Re: List Test Projects alphabetically
Posted: Fri Jan 21, 2011 10:54 am
by mimi
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
Re: List Test Projects alphabetically
Posted: Fri Jan 21, 2011 5:58 pm
by mrkazgan
Thanks! This worked great.