[Rt-commit] rt branch, 4.4/add-attachments-before-delete-link-callback, repushed
? sunnavy
sunnavy at bestpractical.com
Wed Dec 19 17:17:55 EST 2018
The branch 4.4/add-attachments-before-delete-link-callback was deleted and repushed:
was 0129615ae126143ac1903a2a98edf44833d3c8c3
now 6cb78c470b5ce0d68be41f87ada8ec74cb446892
1: 0129615ae1 ! 1: 6cb78c470b Add BeforeDeleteLink callback for AddAttachments
@@ -9,7 +9,7 @@
% foreach my $attach_name ( sort keys %$attachments ) {
<div>
<label for="DeleteAttach-<%$attach_name%>"><% $attach_name %></label>
-+% $m->callback( %ARGS, CallbackName => 'BeforeDeleteLink', AttachmentName => $attach_name );
++% $m->callback( ARGSRef => \%ARGS, CallbackName => 'BeforeDeleteLink', AttachmentName => $attach_name );
(<a href="#" class="delete-attach" data-name="<%$attach_name%>" /><&|/l&>Delete</&></a>)
</div>
% } # end of foreach
More information about the rt-commit
mailing list