[Rt-commit] rt branch, 4.0/transaction-columnmap, updated. rt-4.0.4-198-g6079d52

Kevin Falcone falcone at bestpractical.com
Wed Jan 18 14:40:31 EST 2012


The branch, 4.0/transaction-columnmap has been updated
       via  6079d526d36ea1b7660788f54048afbef8048b50 (commit)
      from  4b3bec12b1976122390f719f60464044597addf9 (commit)

Summary of changes:
 share/html/Elements/RT__Transaction/ColumnMap |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

- Log -----------------------------------------------------------------
commit 6079d526d36ea1b7660788f54048afbef8048b50
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Wed Jan 18 14:38:00 2012 -0500

    attribute shouldn't be used on virtual/unsortable columns
    
    I also scrubbed the Title for Brief Description while I was in there.

diff --git a/share/html/Elements/RT__Transaction/ColumnMap b/share/html/Elements/RT__Transaction/ColumnMap
index c0653d5..2457973 100644
--- a/share/html/Elements/RT__Transaction/ColumnMap
+++ b/share/html/Elements/RT__Transaction/ColumnMap
@@ -93,17 +93,14 @@ my $COLUMN_MAP = {
     },
     Description => {
         title     => 'Description', # loc
-        attribute => 'Description',
         value     => sub { return $_[0]->Description() },
     },
     BriefDescription => {
-        title     => 'BriefDescription', # loc
-        attribute => 'BriefDescription',
+        title     => 'Brief Description', # loc
         value     => sub { return $_[0]->BriefDescription() },
     },
     ObjectName => {
         title     => 'Name', # loc
-        attribute => 'ObjectName',
         value     => sub { my $object = $_[0]->Object;
             # this is awful, but can() doesn't work (AUTOLOAD), and we don't
             # have any sort of standard Description field, since not everything

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


More information about the Rt-commit mailing list