[Rt-commit] r4516 - in rtir/branches/1.9-EXPERIMENTAL: etc
html/RTIR/Prefs
ruz at bestpractical.com
ruz at bestpractical.com
Thu Feb 9 09:38:51 EST 2006
Author: ruz
Date: Thu Feb 9 09:38:51 2006
New Revision: 4516
Modified:
rtir/branches/1.9-EXPERIMENTAL/ (props changed)
rtir/branches/1.9-EXPERIMENTAL/etc/RTIR_Config.pm
rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Prefs/Home.html
Log:
r698 at cubic-pc: cubic | 2006-02-09 17:43:31 +0300
r695 at cubic-pc: cubic | 2006-02-09 17:38:40 +0300
* config caveats
Modified: rtir/branches/1.9-EXPERIMENTAL/etc/RTIR_Config.pm
==============================================================================
--- rtir/branches/1.9-EXPERIMENTAL/etc/RTIR_Config.pm (original)
+++ rtir/branches/1.9-EXPERIMENTAL/etc/RTIR_Config.pm Thu Feb 9 09:38:51 2006
@@ -240,12 +240,12 @@
Set($TracerouteCommand, '/usr/bin/traceroute');
# Components that available to add on the first page of the RTIR
-Set($RTIR_HomepageComponents, [qw(
+Set(@RTIR_HomepageComponents, qw(
/RTIR/Elements/NewReports
/RTIR/Elements/UserDueIncidents
/RTIR/Elements/DueIncidents
RefreshHomepage
-)]);
+));
# if true then Blocks queue functionality inactive and disabled
Set($RTIR_DisableBlocksQueue, 0);
Modified: rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Prefs/Home.html
==============================================================================
--- rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Prefs/Home.html (original)
+++ rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Prefs/Home.html Thu Feb 9 09:38:51 2006
@@ -28,7 +28,7 @@
my %seen;
my @items;
-foreach my $comp ( grep !$seen{$_}++, @RT->Config->Get('RTIR_HomepageComponents') ) {
+foreach my $comp ( grep !$seen{$_}++, (RT->Config->Get('RTIR_HomepageComponents')) ) {
use Data::Dumper;
#$RT::Logger->error( Dumper($comp, $m->fetch_comp($comp)) );
my $desc;
More information about the Rt-commit
mailing list