In our environment, we have users spread over 50 locations. To make it
easier for the engineers, in our current 3.6.3 environment, I made a
local copy of ShowUserEntry that changed:

 

                <%$User->Name%>

% if ($User->EmailAddress && $User->EmailAddress ne $User->Name)
{&lt;<%$User->EmailAddress%>&gt;

 

to be:

 

                <%$User->RealName%>

% if ($User->EmailAddress && $User->EmailAddress ne $User->Name)
{&lt;<%$User->Organization%>&gt;

 

so that the Ticket meta data it would show "Last, First <Organization>"
(saving us from having to memorize everyone's first name and their
location).

 

I'm testing 3.8.2 now and see that there's now a preference per-user
regarding displaying the Username Format. The only choices are "Short
Names" or "Name and Email Address".

 

The code providing the per-user preference setting of how to display
user names completely eclipses my rudimentary perl skills. Can anyone
point me in the right direction on how to add my own format selections
to this preference? (I'd like to add "Short Name and Organization".)

 

Thx

Steve

 

 

 

_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: sa...@bestpractical.com


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com

Reply via email to