diff options
author | mark <mark> | 2011-04-08 00:59:20 +0000 |
---|---|---|
committer | mark <mark> | 2011-04-08 00:59:20 +0000 |
commit | 06b84123d7a9db0d4c4472c208bf2d96f080e0d4 (patch) | |
tree | 6c984acecc03455fa6183ea67a53dd72aac0e40b /rt/etc/RT_Config.pm.in | |
parent | a912375a38058ff179a4d2cbfe80bc564e7d3e52 (diff) |
display customer agent, class, tag in ticket search, #8784
Diffstat (limited to 'rt/etc/RT_Config.pm.in')
-rw-r--r-- | rt/etc/RT_Config.pm.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/rt/etc/RT_Config.pm.in b/rt/etc/RT_Config.pm.in index feee37977..408d7c0a9 100644 --- a/rt/etc/RT_Config.pm.in +++ b/rt/etc/RT_Config.pm.in @@ -1372,13 +1372,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>', |