From df99e7e89b0c51056395f057efe7710bbaad0661 Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 8 Apr 2011 23:14:24 +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 3d010596b..c35d050d8 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.11.0