RT Extension JS Gantt won't work

RT Version: 3.8.8

Hi everybody

I would like to use the Js Gant Extension

So i installed the Programm according to the Readme.

Everything is fine till to the the point at which i have to patch a file.

$ patch /path/to/Ticket/Elements/ShowSummary < /path/to/showsummary.diff

But i can’t find any file with the name showsummary.diff

In Addition here some important Parts from the config file:

RT_SiteConfig.pm:

Set(@Plugins,‘RT::Extension::JSGantt’);

#Set( @Plugins, qw(RT::Authen::ExternalAuth));

Set($rtname , “rtsbatest”);

($Organization , “rt-sbah.local”);

my $zone = “UTC”;
$zone=‘/bin/cat /etc/timezone’
if -f “/etc/timezone”;
chomp $zone;
Set($Timezone, $zone);
Set($WebPath , ‘/rt’);
#Set($WebBaseURL , “http://rt.example.com”);

#Set( @Plugins, qw(RT::Authen::ExternalAuth) );

{{{ Logging

Set($LogToFileNamed , “rt.log”);
Set($LogToFile, ‘debug’);

####JS Gantt Chart#####

Set($JSGanttDefaultFormat,‘month’); # or day or year or quarter
Set($JSGanttShowDuration,1);
Set($JSGanttShowOwner,1);
Set($JSGanttShowProgress,1);
Set(@JSGanttColorScheme, ‘ff0000’, ‘ffff00’, ‘ff00ff’, ‘00ff00’,
‘00ffff’, ‘0000ff’);

Set($JSGanttWorkingHoursPerDay, 8);

Set($JSGanttDefaultDays, 7);

Set($JSGanttNullDatesColor, ‘333’);

END RT_SiteConfig.pm

best regards john

View this message in context: http://old.nabble.com/RT-Extension-JS-Gantt-won't-work-tp31180543p31180543.html

Solved

You can download the jsgantt-showsummary.diff directly here

https://github.com/bestpractical/rt-extension-jsgantt/raw/2f14824a18a73d9863522f3064a644186f417fd4/etc/jsgantt-showsummary.diff
jsgantt-showsummary.diff

best regards john s.
View this message in context: http://old.nabble.com/RT-Extension-JS-Gantt-won't-work-tp31180543p31217358.html