[Rt-commit] rt branch, 4.2/transfer-args-in-ticket-history-helper, created. rt-4.1.23-1-gf590ed6

? sunnavy sunnavy at bestpractical.com
Mon Sep 23 10:50:28 EDT 2013


The branch, 4.2/transfer-args-in-ticket-history-helper has been created
        at  f590ed6178afb2e7bd85e8f151f799c3831049d3 (commit)

- Log -----------------------------------------------------------------
commit f590ed6178afb2e7bd85e8f151f799c3831049d3
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Mon Sep 23 22:42:25 2013 +0800

    transfer the whole %ARGS to /Elements/TicketHistory
    
    so we can customize more arguments(e.g. ShowActions) in the call of
    /Helper/TicketHistory directly

diff --git a/share/html/Helpers/TicketHistory b/share/html/Helpers/TicketHistory
index d47a4ca..3dd9313 100644
--- a/share/html/Helpers/TicketHistory
+++ b/share/html/Helpers/TicketHistory
@@ -56,8 +56,8 @@ my $attachments = $TicketObj->Attachments;
 my $attachment_content = $TicketObj->TextAttachments;
 </%INIT>
 <& /Elements/ShowHistory,
+    %ARGS,
     Object => $TicketObj,
-    ShowHeaders => $ARGS{'ShowHeaders'},
     Attachments => $attachments,
     AttachmentContent => $attachment_content
     &>

-----------------------------------------------------------------------


More information about the Rt-commit mailing list