[Rt-commit] [rtir] 01/01: Make use of new PathPrefix from RT's 324e22d3

Kevin Falcone falcone at bestpractical.com
Wed Jun 4 18:00:44 EDT 2014


This is an automated email from the git hooks/post-receive script.

falcone pushed a commit to branch master
in repository rtir.

commit a6d486f5753c94e4698a441d8566c7c536ab47ae
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Wed Jun 4 17:17:56 2014 -0400

    Make use of new PathPrefix from RT's 324e22d3
    
    This causes any unspecified path to point over to /Ticket/Foo.html
    For RTIR this means the Download Attachment and Show Outgoing Email
    links.
    
    It also draws attention to the fact that we have a custom Forward and
    GnuPG.html page (which presumably doesn't do SMIME well).
    
    Resolves issues #29775
---
 html/RTIR/Display.html          | 1 +
 html/RTIR/Incident/Display.html | 1 +
 2 files changed, 2 insertions(+)

diff --git a/html/RTIR/Display.html b/html/RTIR/Display.html
index 86c8e61..98da66f 100644
--- a/html/RTIR/Display.html
+++ b/html/RTIR/Display.html
@@ -132,6 +132,7 @@
     ForwardPath    => RT->Config->Get('WebPath') ."/RTIR/Forward.html",
     EncryptionPath => RT->Config->Get('WebPath') ."/RTIR/GnuPG.html",
     WarnUnsigned   => 1,
+    PathPrefix     => RT->Config->Get('WebPath') ."/Ticket/",
 &>
 <%INIT>
 my ($name);
diff --git a/html/RTIR/Incident/Display.html b/html/RTIR/Incident/Display.html
index dfa4afc..31a70d8 100644
--- a/html/RTIR/Incident/Display.html
+++ b/html/RTIR/Incident/Display.html
@@ -126,6 +126,7 @@
     UpdatePath     => RT->Config->Get('WebPath') ."/RTIR/Update.html",
     ForwardPath    => RT->Config->Get('WebPath') ."/RTIR/Forward.html",
     EncryptionPath => RT->Config->Get('WebPath') ."/RTIR/GnuPG.html",
+    PathPrefix     => RT->Config->Get('WebPath') ."/Ticket/",
 &>
 <%INIT>
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the rt-commit mailing list