[Rt-commit] r18060 - in rt/3.999/branches/merge_to_3.8.2: .

sunnavy at bestpractical.com sunnavy at bestpractical.com
Thu Jan 29 09:47:08 EST 2009


Author: sunnavy
Date: Thu Jan 29 09:47:08 2009
New Revision: 18060

Modified:
   rt/3.999/branches/merge_to_3.8.2/   (props changed)
   rt/3.999/branches/merge_to_3.8.2/share/html/Search/Elements/DisplayOptions

Log:
 r19286 at sunnavys-mb:  sunnavy | 2009-01-29 22:32:28 +0800
 merged  share/html/Search/Elements/DisplayOptions


Modified: rt/3.999/branches/merge_to_3.8.2/share/html/Search/Elements/DisplayOptions
==============================================================================
--- rt/3.999/branches/merge_to_3.8.2/share/html/Search/Elements/DisplayOptions	(original)
+++ rt/3.999/branches/merge_to_3.8.2/share/html/Search/Elements/DisplayOptions	Thu Jan 29 09:47:08 2009
@@ -67,7 +67,7 @@
 % if (defined $order_by[$o] and $field eq $order_by[$o]) {
 selected="selected"
 % }
-><&|/l&><%$field%></&></option>
+><% _($field) %></option>
 % }
 </select>
 <select name="order">
@@ -103,7 +103,7 @@
 <%INIT>
 my $tickets = RT::Model::TicketCollection->new();
 my %fields = %{$tickets->columns};
-map { $fields{$_}->[0] =~ /^(?:ENUM|INT|DATE|STRING)$/ || delete $fields{$_} } keys %fields;
+map { $fields{$_}->[0] =~ /^(?:ENUM|INT|DATE|STRING|ID)$/ || delete $fields{$_} } keys %fields;
 delete $fields{'effective_id'};
 $fields{'Owner'} = 1;
 $fields{ $_ . '.email' } = 1 foreach( qw(Requestor Cc AdminCc) );


More information about the Rt-commit mailing list