[rt-users] RT Extension JS Gantt won't work

john s. fireskyer at gmx.de
Fri Mar 18 08:01:41 EDT 2011


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%27t-work-tp31180543p31180543.html
Sent from the Request Tracker - User mailing list archive at Nabble.com.




More information about the rt-users mailing list