[Rt-commit] r12544 - rt/branches/3.6-RELEASE/html/Search/Elements
ruz at bestpractical.com
ruz at bestpractical.com
Mon May 19 20:30:08 EDT 2008
Author: ruz
Date: Mon May 19 20:30:07 2008
New Revision: 12544
Modified:
rt/branches/3.6-RELEASE/html/Search/Elements/DisplayOptions
Log:
* add back Owner back to order by
Modified: rt/branches/3.6-RELEASE/html/Search/Elements/DisplayOptions
==============================================================================
--- rt/branches/3.6-RELEASE/html/Search/Elements/DisplayOptions (original)
+++ rt/branches/3.6-RELEASE/html/Search/Elements/DisplayOptions Mon May 19 20:30:07 2008
@@ -110,6 +110,7 @@
my %fields = %{$tickets->FIELDS};
map { $fields{$_}->[0] =~ /^(?:ENUM|INT|DATE|STRING)$/ || delete $fields{$_} } keys %fields;
delete $fields{'EffectiveId'};
+$fields{'Owner'} = 1;
$fields{ $_ . '.EmailAddress' } = 1 foreach( qw(Requestor Cc AdminCc) );
# Add all available CustomFields to the list of sortable columns.
More information about the Rt-commit
mailing list