[Rt-commit] [svn] r1131 - in rt/branches/rt-3.1/html: Elements Search/Elements

alexmv at pallas.eruditorum.org alexmv at pallas.eruditorum.org
Tue Jun 22 16:15:47 EDT 2004


Author: alexmv
Date: Tue Jun 22 16:15:47 2004
New Revision: 1131

Modified:
   rt/branches/rt-3.1/html/Elements/TicketList
   rt/branches/rt-3.1/html/Search/Elements/BuildFormatString
Log:
 * Add CreatedBy (AKA Creator) column


Modified: rt/branches/rt-3.1/html/Elements/TicketList
==============================================================================
--- rt/branches/rt-3.1/html/Elements/TicketList	(original)
+++ rt/branches/rt-3.1/html/Elements/TicketList	Tue Jun 22 16:15:47 2004
@@ -257,6 +257,10 @@
         attribute => 'Created',
         value => sub { return $_[0]->CreatedObj->AsString }
     },
+    CreatedBy => {
+	attribute => 'CreatedBy',
+        value => sub { return $_[0]->CreatorObj->Name }
+    },
     LastUpdated => {
         attribute => 'LastUpdated',
         value => sub { return $_[0]->LastUpdatedObj->AsString }

Modified: rt/branches/rt-3.1/html/Search/Elements/BuildFormatString
==============================================================================
--- rt/branches/rt-3.1/html/Search/Elements/BuildFormatString	(original)
+++ rt/branches/rt-3.1/html/Search/Elements/BuildFormatString	Tue Jun 22 16:15:47 2004
@@ -22,8 +22,8 @@
     "LastUpdatedRelative", "ToldRelative",
     "DueRelative",         "ResolvedRelative",
     "Starts",              "Started",
-    "Created",             "LastUpdated",
-    "LastUpdatedBy",
+    "Created",             "CreatedBy",
+    "LastUpdated",         "LastUpdatedBy",
     "Told",                "Due",
     "Resolved",            "NEWLINE",
     "RefersTo",	           "ReferredToBy",


More information about the Rt-commit mailing list