[Rt-commit] [rtir] 01/01: add workaround to fix show email record links in ticket history

Dustin Graves dustin at bestpractical.com
Mon Feb 22 18:37:58 EST 2016


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

dustin pushed a commit to branch 3.4/fix-show-outgoing-email
in repository rtir.

commit 219420513a5a8b6a750929d94a3cdd2ce21e078b
Author: Dustin Graves <dustin at bestpractical.com>
Date:   Mon Feb 22 23:37:05 2016 +0000

    add workaround to fix show email record links in ticket history
    
    Fixes: I#31685
---
 html/RTIR/Incident/ShowEmailRecord.html | 5 +++++
 html/RTIR/ShowEmailRecord.html          | 5 +++++
 2 files changed, 10 insertions(+)

diff --git a/html/RTIR/Incident/ShowEmailRecord.html b/html/RTIR/Incident/ShowEmailRecord.html
new file mode 100644
index 0000000..905189e
--- /dev/null
+++ b/html/RTIR/Incident/ShowEmailRecord.html
@@ -0,0 +1,5 @@
+<%init>
+RT::Interface::Web::Redirect(RT->Config->Get('WebURL')
+    . 'Ticket/ShowEmailRecord.html?'
+    . $m->comp('/Elements/QueryString', %ARGS ));
+</%init>
diff --git a/html/RTIR/ShowEmailRecord.html b/html/RTIR/ShowEmailRecord.html
new file mode 100644
index 0000000..905189e
--- /dev/null
+++ b/html/RTIR/ShowEmailRecord.html
@@ -0,0 +1,5 @@
+<%init>
+RT::Interface::Web::Redirect(RT->Config->Get('WebURL')
+    . 'Ticket/ShowEmailRecord.html?'
+    . $m->comp('/Elements/QueryString', %ARGS ));
+</%init>

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


More information about the rt-commit mailing list