Gantt chart for all tasks of all projects

Hi, i’ve searched for a better usage of gantt chart, i need a full view of all task but i didn’t find any solution if not buy an external module. So I studied the code a bit and found this ploy to do what I needed and this is the result. I don’t know if the language is correct (most likely not since I’m not a programmer) but I still wanted to share it if it could be convenient for anyone in the future who has the same needs as me. Basically I added this line of code to the file eldy.lib.php under the “//Project affected to user menu” << $newmenu->
add("/projet/ganttview.php?id=all", $langs->trans(“Vista gantt completa”), 1, $user->rights->projet->lire);>>

1 Like

Hi, thanks for your modification.
But it displayed all task even for closed project.
Can I modified

add("/projet/ganttview.php?id=open

?

recheck your project IDs that you wanna see then add them in */projet/ganttview.php?id=[ID1],[ID2],[ID3],…

bookmark your url at the end will save you a lot of time, especially for non-developer