[Rt-commit] r13393 - in rt/3.8/trunk: .

kyoki at bestpractical.com kyoki at bestpractical.com
Wed Jun 18 16:07:32 EDT 2008


Author: kyoki
Date: Wed Jun 18 16:07:31 2008
New Revision: 13393

Modified:
   rt/3.8/trunk/   (props changed)
   rt/3.8/trunk/share/html/Elements/ShowUserConcise

Log:
 r23105 at nyx:  kyoki | 2008-06-18 12:58:59 -0400
 RT-Ticket: 9756
 RT-Status: Resolved
 RT-Update: Correspond
 concise format now shows RealName before NickName for privileged users


Modified: rt/3.8/trunk/share/html/Elements/ShowUserConcise
==============================================================================
--- rt/3.8/trunk/share/html/Elements/ShowUserConcise	(original)
+++ rt/3.8/trunk/share/html/Elements/ShowUserConcise	Wed Jun 18 16:07:31 2008
@@ -50,8 +50,8 @@
 if ($User) {
     my $printable;
     if ( $User->Privileged ) {
-             $printable = $User->NickName
-          || $User->RealName
+             $printable = $User->RealName
+          || $User->NickName
           || $User->Name
           || $User->EmailAddress;
     }


More information about the Rt-commit mailing list