[rt-users] modifying Ticket/Elements/ShowBasics

Phil Lawrence prlawrence at Lehigh.EDU
Mon May 23 12:16:11 EDT 2005


Phil Lawrence wrote:
> But also I notice that priority changes are visible in the ShowHistory 
> section for unpriviliged clients.  And I don't see how to filter what 
> transactions are shown there...

This did it:

# rcsdiff ShowHistory
===================================================================
RCS file: ShowHistory,v
retrieving revision 1.1
diff -r1.1 ShowHistory
88a89,92
 >     # unprivileged clients should not see Priority
 >     unless ($session{'CurrentUser'}->Privileged) {
 >         next if $Transaction->Field eq 'Priority';
 >     }


Phil



More information about the rt-users mailing list