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

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
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