[Rt-commit] r2198 - in rt/branches/3.4-RELEASE: . html/Elements/RT__Ticket

jesse at bestpractical.com jesse at bestpractical.com
Tue Feb 8 12:27:48 EST 2005


Author: jesse
Date: Tue Feb  8 12:27:46 2005
New Revision: 2198

Modified:
   rt/branches/3.4-RELEASE/   (props changed)
   rt/branches/3.4-RELEASE/html/Elements/RT__Ticket/ColumnMap
Log:
 r4644 at hualien:  jesse | 2005-02-08T17:26:39.133201Z
 "Status" in ticket listings is now localized
 


Modified: rt/branches/3.4-RELEASE/html/Elements/RT__Ticket/ColumnMap
==============================================================================
--- rt/branches/3.4-RELEASE/html/Elements/RT__Ticket/ColumnMap	(original)
+++ rt/branches/3.4-RELEASE/html/Elements/RT__Ticket/ColumnMap	Tue Feb  8 12:27:46 2005
@@ -127,7 +127,7 @@
     },
     Status => {
         attribute => 'Status',
-        value     => sub { return $_[0]->Status }
+        value     => sub { return loc($_[0]->Status) }
     },
     Subject => {
         attribute => 'Subject',


More information about the Rt-commit mailing list