& /Elements/Header, Title => "Ticket #".$Ticket->Id ." Jumbo update: ".$Ticket->Subject &> <& /Ticket/Elements/Tabs, Ticket => $Ticket &> <& /Elements/ListActions, actions => \@results &>
<%INIT> my $Ticket = LoadTicket($id); my $CanRespond = 0; my $CanComment = 0; $CanRespond = 1 if ( $Ticket->CurrentUserHasRight('ReplyToTicket') or $Ticket->CurrentUserHasRight('ModifyTicket') ); $CanComment = 1 if ( $Ticket->CurrentUserHasRight('CommentOnTicket') or $Ticket->CurrentUserHasRight('ModifyTicket') ); my @wresults = ProcessTicketWatchers( TicketObj => $Ticket, ARGSRef => \%ARGS); my @results = ProcessTicketBasics( TicketObj => $Ticket, ARGSRef => \%ARGS); my @okresults = ProcessTicketObjectKeywords(TicketObj => $Ticket, ARGSRef => \%ARGS); my @dresults = ProcessTicketDates( TicketObj => $Ticket, ARGSRef => \%ARGS); my @lresults = ProcessTicketLinks( TicketObj => $Ticket, ARGSRef => \%ARGS); ProcessUpdateMessage(ARGS=>\%ARGS, Ticket=>$Ticket, Actions=>\@results); push @results, @wresults; push @results, @dresults; push @results, @lresults; push @results, @okresults; %INIT> <%ARGS> $UserField => undef $UserOp => undef $UserString => undef $id => undef %ARGS>