[Bps-public-commit] RT-BugTracker-Public branch, 4.2-4.4-compatibility, updated. 1.00-33-g08302dd

Shawn Moore shawn at bestpractical.com
Mon Jul 10 09:37:33 EDT 2017


The branch, 4.2-4.4-compatibility has been updated
       via  08302dd208b4094c95cd5d0863b0f93553274526 (commit)
      from  8cc330bc01d382278d357f581299ae6b31547a2c (commit)

Summary of changes:
 html/Public/Bug/Display.html | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

- Log -----------------------------------------------------------------
commit 08302dd208b4094c95cd5d0863b0f93553274526
Author: Shawn M Moore <shawn at bestpractical.com>
Date:   Mon Jul 10 13:37:26 2017 +0000

    Fix attachment links

diff --git a/html/Public/Bug/Display.html b/html/Public/Bug/Display.html
index fc8e8d5..955ba13 100755
--- a/html/Public/Bug/Display.html
+++ b/html/Public/Bug/Display.html
@@ -67,7 +67,8 @@
       Transactions => $TicketObj->Transactions,
       ShowHeaders => $ARGS{'ShowHeaders'},
       Attachments => $attachments,
-      AttachmentContent => $attachment_content
+      AttachmentContent => $attachment_content,
+      AttachmentPath => RT->Config->Get('WebPath')."/Ticket/Attachment",
 &>
 
 <%ARGS>

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


More information about the Bps-public-commit mailing list