by didi » Mon Jan 13, 2014 9:12 am
Unfortunately, the solution posted and recommended in issue 6104 did not bring the expected result.
/**
* Order to use when building a testproject combobox (value must be SQL compliant)
* For example:
* 'ORDER BY name'
* 'ORDER_BY nodes_hierarchy.id DESC' -> similar effect to order last created firts
**/
$tlCfg->gui->tprojects_combo_order_by = 'ORDER BY nodes_hierarchy.id DESC';
I have changed the line to
$tlCfg->gui->tprojects_combo_order_by = 'ORDER BY name';
restarted the server, but the order of displayed projects in the testproject dropdown menu remains as it was (a.k.a creation date) and not alphapetically.
In the issue 6104 description it reads "product version 1.9.9" - Does that means, that from 1.9.9 onward this feature is supported even though in my release (1.9.5)
the config.inc.php contains the example line as described.
(p.s. I tried with IE & FF and with clean caches on both)
Any other hint ?