[rt-users] Correspond vs. Comment on resolve

Andrea Perotti aperotti at cutaway.it
Thu Jul 30 14:02:21 EDT 2009


Sean ha scritto:
> On RT 3.8.4, if I put my mouse over the "resolve" link on a ticket, 
> it goes to Update.html?Action=comment<....> How can I change
> that to Action=Correspond  ? Not sure where this lives. I just
> want it to do correspondance by default when someone resolves a ticket vs. comment by default

Hi,
	edit file

$RT/share/html/Ticket/Elements/Tabs near line 175 to this:

    if ( $can{'ModifyTicket'} ) {
        if ( $Ticket->Status ne 'resolved' ) {
            $actions->{'G'} = {
                path =>

"Ticket/Update.html?Action=Respond&DefaultStatus=resolved&id="
                    . $id,
                title => loc('Resolve')
            };
        }

HTH

-- 
Andrea Perotti
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3348 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20090730/4f6031ce/attachment.bin>


More information about the rt-users mailing list