[Rt-commit] [rtir] 07/09: Update ShowHistory call

Kevin Falcone falcone at bestpractical.com
Fri Mar 28 17:44:31 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 71002f808f2b93c8404f018ffeba6e019ac77830
Author: Jim Brandt <jbrandt at bestpractical.com>
Date:   Fri Mar 7 14:07:05 2014 -0500

    Update ShowHistory call
    
    ShowHistory moved to /Elements and now accepts Object.
---
 html/RTIR/Display.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/html/RTIR/Display.html b/html/RTIR/Display.html
index 5cb2608..f1124ba 100644
--- a/html/RTIR/Display.html
+++ b/html/RTIR/Display.html
@@ -123,8 +123,8 @@
 
 </&></div>
 
-<& /Ticket/Elements/ShowHistory,
-    Ticket         => $Ticket,
+<& /Elements/ShowHistory,
+    Object         => $Ticket,
     Collapsed      => $ARGS{'Collapsed'}, 
     ShowHeaders    => $ARGS{'ShowHeaders'},
     DisplayPath    => RT->Config->Get('WebPath') ."/RTIR/Display.html?id=$id",

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


More information about the rt-commit mailing list