[Rt-commit] [rtir] 02/02: Collapsed hasn't been used since RTIR 1.0
Kevin Falcone
falcone at bestpractical.com
Wed Aug 13 16:40:30 EDT 2014
This is an automated email from the git hooks/post-receive script.
falcone pushed a commit to branch 3.2/defer-history-loading
in repository rtir.
commit 8444e21fe37f5f4a4b8fe7de89c47eae5ffad261
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Wed Aug 13 16:26:31 2014 -0400
Collapsed hasn't been used since RTIR 1.0
RTIR had a custom history display widget that was removed prior to 2.4
---
html/RTIR/Display.html | 1 -
html/RTIR/Incident/Display.html | 1 -
2 files changed, 2 deletions(-)
diff --git a/html/RTIR/Display.html b/html/RTIR/Display.html
index 79da525..32565bf 100644
--- a/html/RTIR/Display.html
+++ b/html/RTIR/Display.html
@@ -138,7 +138,6 @@
% } else {
<& /Elements/ShowHistory,
Object => $Ticket,
- Collapsed => $ARGS{'Collapsed'},
ShowHeaders => $ARGS{'ShowHeaders'},
DisplayPath => RT->Config->Get('WebPath') ."/RTIR/Display.html?id=$id",
UpdatePath => RT->Config->Get('WebPath') ."/RTIR/Update.html",
diff --git a/html/RTIR/Incident/Display.html b/html/RTIR/Incident/Display.html
index bd7ff56..0c1056c 100644
--- a/html/RTIR/Incident/Display.html
+++ b/html/RTIR/Incident/Display.html
@@ -133,7 +133,6 @@
% } else {
<& /Elements/ShowHistory,
Object => $TicketObj,
- Collapsed => $ARGS{'Collapsed'},
ShowHeaders => $ARGS{'ShowHeaders'},
DisplayPath => RT->Config->Get('WebPath') ."/RTIR/Display.html?id=$id",
UpdatePath => RT->Config->Get('WebPath') ."/RTIR/Update.html",
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the rt-commit
mailing list