diff options
| author | ivan <ivan> | 2010-05-19 02:32:01 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2010-05-19 02:32:01 +0000 |
| commit | ab9be1d2bfedf205eab7a9d399ef22ee14117f53 (patch) | |
| tree | a486b28b107b35859ec0f3f7e371d1616b68b335 /rt/etc/RT_Config.pm | |
| parent | 363f89201b3ad61da89f2141373864e7e28943eb (diff) | |
add RTx::Calendar 0.07
Diffstat (limited to 'rt/etc/RT_Config.pm')
| -rw-r--r-- | rt/etc/RT_Config.pm | 4 |
1 files changed, 2 insertions, 2 deletions
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<Set(@Plugins, (qw(Extension::QuickDelete RT::FM)));> =cut -Set(@Plugins, ()); +Set(@Plugins, (qw(RTx::Calendar))); =back |
