[rt-devel] Default Callbacks in share/html/Ticket/ModifyAll.html and share/html/Ticket/Modify.html

Орлянский Владимир enroi at mail.ru
Mon Apr 7 15:23:34 EDT 2014


In share/html/Ticket/Modify.html there is such description of Default
callback:

$m->callback( TicketObj => $TicketObj, CustomFields => $CustomFields,
ARGSRef => \%ARGS, skip_update => \$skip_update, results => \@results );

As result it is possible to add user messages to @results list

But in share/html/Ticket/ModifyAll.html there is such description of Default
Callback

$m->callback( TicketObj => $Ticket, ARGSRef => \%ARGS, skip_update =>
\$skip_update ); 

As result is it impossible to add users messages to result list.

Is it issue or I can not understand something?

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-devel/attachments/20140407/409e4042/attachment.html>


More information about the rt-devel mailing list