summaryrefslogtreecommitdiff
path: root/rt/etc
diff options
context:
space:
mode:
authormark <mark>2011-04-08 00:27:00 +0000
committermark <mark>2011-04-08 00:27:00 +0000
commit09aa4ca78df448f73e440a25a024e44eaf00c827 (patch)
treec0b6a849bd9a7a75caef68cc98b902ed511dcf01 /rt/etc
parent484dbc5f3c541abd4e81cdbd38c87f12d69552f3 (diff)
display customer agent, class, tag in ticket search, #8784
Diffstat (limited to 'rt/etc')
-rw-r--r--rt/etc/RT_Config.pm.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/rt/etc/RT_Config.pm.in b/rt/etc/RT_Config.pm.in
index 2fd22ef7f..201802373 100644
--- a/rt/etc/RT_Config.pm.in
+++ b/rt/etc/RT_Config.pm.in
@@ -1400,13 +1400,13 @@ Set ($DefaultSearchResultFormat, qq{
'<B><A HREF="__WebPath__/Ticket/Display.html?id=__id__">__Subject__</a></B>/TITLE:Subject',
Customer,
Status,
- QueueName,
+ QueueName,
OwnerName,
Priority,
'__NEWLINE__',
- '',
- '<small>__Requestors__</small>',
'',
+ '<small>__Requestors__</small>',
+ '<small>__CustomerTags__</small>',
'<small>__CreatedRelative__</small>',
'<small>__ToldRelative__</small>',
'<small>__LastUpdatedRelative__</small>',