[Rt-commit] rt branch, 4.0/sort-by-queue-subjecttag, created. rt-4.0.8-347-g8b78805

Kevin Falcone falcone at bestpractical.com
Wed Jan 16 09:29:23 EST 2013


The branch, 4.0/sort-by-queue-subjecttag has been created
        at  8b7880554a6590ebb1f5e981f187da3b0465e798 (commit)

- Log -----------------------------------------------------------------
commit 8b7880554a6590ebb1f5e981f187da3b0465e798
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Wed Jan 16 09:24:52 2013 -0500

    Now that SubjectTag is a column, you should be able to sort by it

diff --git a/share/html/Elements/RT__Queue/ColumnMap b/share/html/Elements/RT__Queue/ColumnMap
index e08dd7c..9e1bb33 100644
--- a/share/html/Elements/RT__Queue/ColumnMap
+++ b/share/html/Elements/RT__Queue/ColumnMap
@@ -74,6 +74,7 @@ my $COLUMN_MAP = {
     # SubjectTag is special as we can not sort
     SubjectTag  => {
         title     => 'SubjectTag', # loc
+        attribute => 'SubjectTag',
         value     => sub { return $_[0]->SubjectTag },
     },
     Sign => {

-----------------------------------------------------------------------


More information about the Rt-commit mailing list