[Rt-commit] r13039 - rt/branches/3.6-RELEASE/html/Elements/RT__Ticket

ruz at bestpractical.com ruz at bestpractical.com
Mon Jun 9 06:45:39 EDT 2008


Author: ruz
Date: Mon Jun  9 06:45:39 2008
New Revision: 13039

Modified:
   rt/branches/3.6-RELEASE/html/Elements/RT__Ticket/ColumnMap

Log:
* add Queue column map, sometimes we need queue id

Modified: rt/branches/3.6-RELEASE/html/Elements/RT__Ticket/ColumnMap
==============================================================================
--- rt/branches/3.6-RELEASE/html/Elements/RT__Ticket/ColumnMap	(original)
+++ rt/branches/3.6-RELEASE/html/Elements/RT__Ticket/ColumnMap	Mon Jun  9 06:45:39 2008
@@ -115,6 +115,11 @@
 };
 
 $COLUMN_MAP = {
+    Queue => {
+        attribute => 'Queue',
+        title     => 'Queue id',
+        value     => sub { return $_[0]->Queue }
+    },
     QueueName => {
         attribute => 'Queue',
         title     => 'Queue',


More information about the Rt-commit mailing list