Hi all,
How do I sort the test project in the index page in alphabetical order? Which php file should I look for? Is that as simple as Order by?
thanks,
Jayjay
Sort all TestLink test projects in alphabetical order
Moderators: Amaradana, TurboPT, TL Developers
-
- TestLink user
- Posts: 14
- Joined: Mon Mar 24, 2008 5:59 am
Sort all TestLink test projects in alphabetical order
I am also looking into this.. Were you able to solve it?
Please let me know.
Please let me know.
Hello,
this is an option in installation_manual_testlink184.pdf :
$tlCfg->gui->tprojects_combo_order_by='ORDER BY nodes_hierarchy.id DESC'
in 5.7.2-GUI Layout
On my own, i've put:
$tlCfg->gui->tprojects_combo_order_by=' and nodes_hierarchy.parent_id is NULL ORDER BY nodes_hierarchy.name ASC';
and it works
Put it in custom_config.inc.php
this is an option in installation_manual_testlink184.pdf :
$tlCfg->gui->tprojects_combo_order_by='ORDER BY nodes_hierarchy.id DESC'
in 5.7.2-GUI Layout
On my own, i've put:
$tlCfg->gui->tprojects_combo_order_by=' and nodes_hierarchy.parent_id is NULL ORDER BY nodes_hierarchy.name ASC';
and it works
Put it in custom_config.inc.php
Last edited by Cyrille on Thu Oct 08, 2009 7:30 am, edited 1 time in total.
Sort all TestLink test projects in alphabetical order
Thanks Cyrille.
Its done.
Thanks alot.
Its done.
