[rt-users] Make CC list persistent

Andy Harrison aharrison at gmail.com
Thu Dec 9 06:01:58 EST 2004


On Thu, 09 Dec 2004 00:26:48 +0300, Ruslan U. Zakirov
<Ruslan.Zakirov at acronis.com> wrote:
> IMHO you didn't read http://wiki.bestpractical.com/index.cgi?Rights
> AFAIK: Only ModifyTicket do what you want.

Yeah, looks that way

You'd have to do some sort of custom Modify.html form where you
changed to and form a user with sufficient rights.

 my $old_user = $ticket->CurrentUser;
 $ticket->CurrentUser( $RT::SystemUser );
 ...
 $ticket->CurrentUser( $old_user );


-- 
Andy Harrison



More information about the rt-users mailing list