[Rt-commit] [rtir] 07/08: Update ShowHistory call
Jim Brandt
jbrandt at bestpractical.com
Fri Mar 7 15:04:15 EST 2014
This is an automated email from the git hooks/post-receive script.
jbrandt pushed a commit to branch 3.2/get-create-working
in repository rtir.
commit c86739d40f3d2b632ba4163c52c19b5910bcb48d
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