<%doc> If mandatory fields aren't set yet, point the "Resolve" link back to "Ticket Basics". <%init> my $TicketObj = delete($ARGS{'Ticket'}); my $actions = $ARGS{'actions'}; if( $m->comp('/Ticket/Elements/CheckMandatoryFields', Ticket => $TicketObj) ) { $actions->{'G'}->{'path'} = 'Ticket/Modify.html?id='.$TicketObj->Id.'&resolve=1'; }