You are not logged in.
Pages: 1
Topic closed
Hello,
How do I order the Project/rows by start date column in a gantt chart?
any way to modify the code ?
Thanks
Last edited by u_sup (2010-08-18 22:52:32)
Offline
Offline
Hello,
Could you help me to find the PHP file ligne wich I should modify to order my Project/rows by Project name column in a gantt chart?
Thanks
Last edited by u_sup (2010-08-29 14:05:54)
Offline
Offline
the plug-in Ver. is 1.0.1
Regards
Offline
function showGlobalGantt dans inc/projet.class.php
Modify the ORDER BY
Xavier Caillaud
Blog GLPI Infotel
Offline
Sorry to disturb you again, maybe it will better if you give me please the line number.
but there is many query with order by !
should I order by `glpi_plugin_projet.name`or just name ?
Thanks for your help
Offline
Hello,
any news?
Thanks
Offline
and what about the old ver. project 1.0.0, it's the same function "showGlobalGantt"?
Thanks
Offline
NO body want to help me ??
Offline
it's done you could close it:
the solution was :
$query.= " AND status != '5'
AND show_gantt='1'";
$query.= "ORDER BY FK_entities ASC, name";
Offline
Pages: 1
Topic closed