<div dir="ltr">Are you referring to the truncation of ticket subjects in the leftmost column of the Gantt chart?<div><br></div><div>If so, you can do an ugly hack to the JSGantt extension code to remove that truncation.  (I don't actually know why that truncation occurs; removing it causes no problems for me.)<div><br></div><div><div>Look in $RTHOME/local/plugins/RT-Extension-JSGantt/lib/RT/Extension/JSGantt.pm for the line containing "substr" and change that line from this:</div><div><br></div><div>name  => ( $Ticket->id . ': ' . substr $subject, 0, 30 ),<br></div><div><br></div><div>to this:</div><div><br></div><div>name  => ( $Ticket->id . ': ' . $subject ),<br></div><div><br></div><div>Restart your RT server to see the effect.</div></div><div><br></div><div>You will lose this hack (and have to redo it) if you upgrade the extension later (v1.02 has been released in the last day or so).</div><div><br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On 10 December 2014 at 05:52, Gaston Huot <span dir="ltr"><<a href="mailto:Gaston@huot.me" target="_blank">Gaston@huot.me</a>></span> wrote:<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Is it possible to increase the length allowed to display the task name in the Gantt chart?<span class="HOEnZb"><font color="#888888"><div><br clear="all"><div><div><div dir="ltr">Gaston Huot<div>514.823-7202</div></div></div></div>
</div></font></span></div>
</blockquote></div></div>