X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fetc%2FRT_Config.pm;fp=rt%2Fetc%2FRT_Config.pm;h=a976fb3663d6e5855f4fc6980df51f1e3152c65a;hb=ab9be1d2bfedf205eab7a9d399ef22ee14117f53;hp=b36a607598c064bbd391bfb29ac15bd4fa7ff91b;hpb=363f89201b3ad61da89f2141373864e7e28943eb;p=freeside.git diff --git a/rt/etc/RT_Config.pm b/rt/etc/RT_Config.pm index b36a60759..a976fb366 100644 --- a/rt/etc/RT_Config.pm +++ b/rt/etc/RT_Config.pm @@ -1346,7 +1346,7 @@ customized homepage ("RT at a glance"). =cut -Set($HomepageComponents, [qw(QuickCreate Quicksearch MyAdminQueues MySupportQueues MyReminders RefreshHomepage Dashboards)]); +Set($HomepageComponents, [qw(QuickCreate Quicksearch MyCalendar MyAdminQueues MySupportQueues MyReminders RefreshHomepage Dashboards)]); =item C<@MasonParameters> @@ -1778,7 +1778,7 @@ C =cut -Set(@Plugins, ()); +Set(@Plugins, (qw(RTx::Calendar))); =back