[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.8.8-421-g893756b

Kevin Falcone falcone at bestpractical.com
Tue Aug 17 11:20:43 EDT 2010


The branch, 3.9-trunk has been updated
       via  893756bfad69a1b458769c329a549213b99da420 (commit)
      from  b4e78325706dcecf4eca1cf66ed9b317e8f3da74 (commit)

Summary of changes:
 lib/RT/User_Overlay.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 893756bfad69a1b458769c329a549213b99da420
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Tue Aug 17 11:22:30 2010 -0400

    Make it clearer that you're searching for the username
    
    Many users assumed User Id was the database id of the user

diff --git a/lib/RT/User_Overlay.pm b/lib/RT/User_Overlay.pm
index 2af796f..b5b4e87 100755
--- a/lib/RT/User_Overlay.pm
+++ b/lib/RT/User_Overlay.pm
@@ -1599,7 +1599,7 @@ sub SetPrivateKey {
 
 sub BasicColumns {
     (
-    [ Name => 'User Id' ],
+    [ Name => 'Username' ],
     [ EmailAddress => 'Email' ],
     [ RealName => 'Name' ],
     [ Organization => 'Organization' ],

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


More information about the Rt-commit mailing list