From 16e9279732d487f53990a8b680639bdaa275079a Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 8 Apr 2011 23:14:25 +0000 Subject: [PATCH] propogate __CustomerTags__ fix to RT_Config.pm, RT#8784 --- rt/etc/RT_Config.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rt/etc/RT_Config.pm b/rt/etc/RT_Config.pm index 36726859e..1a7ac4a3d 100644 --- a/rt/etc/RT_Config.pm +++ b/rt/etc/RT_Config.pm @@ -1406,7 +1406,7 @@ Set ($DefaultSearchResultFormat, qq{ '__NEWLINE__', '', '__Requestors__', - '', + '__CustomerTags__', '__CreatedRelative__', '__ToldRelative__', '__LastUpdatedRelative__', @@ -1810,7 +1810,7 @@ C =cut -Set(@Plugins, qw( RTx::Calendar )); #RTx::Checklist )); +Set(@Plugins, qw(RTx::Calendar )); #RTx::Checklist )); =back -- 2.20.1