[Rt-commit] rt branch, 4.0/user-freeformcontactinfo-columnmap, created. rt-4.0.9-15-g831d829

Kevin Falcone falcone at bestpractical.com
Thu Jan 24 11:53:04 EST 2013


The branch, 4.0/user-freeformcontactinfo-columnmap has been created
        at  831d829b3a46f011319660deaeb141ece2bbc78a (commit)

- Log -----------------------------------------------------------------
commit 831d829b3a46f011319660deaeb141ece2bbc78a
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Thu Jan 24 11:51:49 2013 -0500

    Support displaying the Extra Info box on users
    
    Mostly useful if you're using MoreAboutRequestorExtraInfo

diff --git a/share/html/Elements/RT__User/ColumnMap b/share/html/Elements/RT__User/ColumnMap
index 7a6eb25..5e1a8d3 100644
--- a/share/html/Elements/RT__User/ColumnMap
+++ b/share/html/Elements/RT__User/ColumnMap
@@ -142,6 +142,11 @@ my $COLUMN_MAP = {
         attribute   => 'Lang',
         value       => sub { return $_[0]->Lang() },
     },
+    FreeformContactInfo => {
+        title       => 'Extra Info', #loc
+        attribute   => 'FreeformContactInfo',
+        value       => sub { return $_[0]->FreeformContactInfo() },
+    },
 };
 
 </%ONCE>

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


More information about the Rt-commit mailing list