diff options
author | ivan <ivan> | 2011-04-08 23:14:24 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-04-08 23:14:24 +0000 |
commit | df99e7e89b0c51056395f057efe7710bbaad0661 (patch) | |
tree | aea71c301929930ed8d0c9fa13a97c776d1c916c /rt/etc | |
parent | 0d48c4d464e5ac4c03d875dd2002c86dd3071d22 (diff) |
propogate __CustomerTags__ fix to RT_Config.pm, RT#8784
Diffstat (limited to 'rt/etc')
-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 |