diff options
Diffstat (limited to 'rt')
-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 3d010596b..c35d050d8 100644 --- a/rt/etc/RT_Config.pm +++ b/rt/etc/RT_Config.pm @@ -1406,7 +1406,7 @@ Set ($DefaultSearchResultFormat, qq{ '__NEWLINE__', '', '<small>__Requestors__</small>', - '', + '<small>__CustomerTags__</small>', '<small>__CreatedRelative__</small>', '<small>__ToldRelative__</small>', '<small>__LastUpdatedRelative__</small>', @@ -1810,7 +1810,7 @@ C<Set(@Plugins, (qw(Extension::QuickDelete RT::FM)));> =cut -Set(@Plugins, qw( RTx::Calendar )); #RTx::Checklist )); +Set(@Plugins, qw(RTx::Calendar )); #RTx::Checklist )); =back |