[Rt-commit] r4914 - in rtir/branches/1.9-EXPERIMENTAL:
html/RTIR/Incident
alexmv at bestpractical.com
alexmv at bestpractical.com
Thu Mar 30 15:51:54 EST 2006
Author: alexmv
Date: Thu Mar 30 15:51:53 2006
New Revision: 4914
Modified:
rtir/branches/1.9-EXPERIMENTAL/ (props changed)
rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Incident/Reply.html
Log:
r12011 at zoq-fot-pik: chmrr | 2006-03-30 15:51:39 -0500
* Show Display page after reply
Modified: rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Incident/Reply.html
==============================================================================
--- rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Incident/Reply.html (original)
+++ rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Incident/Reply.html Thu Mar 30 15:51:53 2006
@@ -144,6 +144,8 @@
#XXX: shouldn't we record message into incident?
push @results, ProcessTicketBasics( TicketObj => $IncidentObj, ARGSRef => \%ARGS );
+ $m->comp("Display.html", results => \@results, id => $id);
+ $m->abort;
}
my ($InvBaseQuery, $IRBaseQuery );
More information about the Rt-commit
mailing list