
jesse at bestpractical
Feb 26, 2006, 8:15 PM
Post #1 of 1
(125 views)
Permalink
|
|
r4584 - in rtir/branches/1.9-EXPERIMENTAL: etc
|
|
Author: jesse Date: Sun Feb 26 23:15:00 2006 New Revision: 4584 Modified: rtir/branches/1.9-EXPERIMENTAL/ (props changed) rtir/branches/1.9-EXPERIMENTAL/etc/RTIR_Config.pm Log: r24758 [at] trueground: jesse | 2006-02-26 21:23:40 -0500 Fix for D.3.3.1. RTIR MUST make the state of the other Queues visible in the RTIR Overview page; 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 Sun Feb 26 23:15:00 2006 @@ -240,8 +240,16 @@ # path to traceroute command Set($TracerouteCommand, '/usr/bin/traceroute'); +warn RT->Config->Get('HomepageComponents'); + # Components that available to add on the first page of the RTIR -Set(@RTIR_HomepageComponents, qw( +Set(@RTIR_HomepageComponents, + qw( + QuickCreate + Quicksearch + MyAdminQueues + MySupportQueues + MyReminders /RTIR/Elements/NewReports /RTIR/Elements/UserDueIncidents /RTIR/Elements/DueIncidents _______________________________________________ Rt-commit mailing list Rt-commit [at] lists http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-commit
|