[Rt-commit] r2778 - in rt/branches/QUEBEC-EXPERIMENTAL: .
html/Ticket
jesse at bestpractical.com
jesse at bestpractical.com
Mon Apr 18 17:58:49 EDT 2005
Author: jesse
Date: Mon Apr 18 17:58:49 2005
New Revision: 2778
Modified:
rt/branches/QUEBEC-EXPERIMENTAL/ (props changed)
rt/branches/QUEBEC-EXPERIMENTAL/html/Ticket/Display.html
Log:
r13256 at hualien: jesse | 2005-04-18 17:49:11 -0400
* Minor cleanups to ticket display
Modified: rt/branches/QUEBEC-EXPERIMENTAL/html/Ticket/Display.html
==============================================================================
--- rt/branches/QUEBEC-EXPERIMENTAL/html/Ticket/Display.html (original)
+++ rt/branches/QUEBEC-EXPERIMENTAL/html/Ticket/Display.html Mon Apr 18 17:58:49 2005
@@ -150,7 +150,7 @@
# But we need to store Actions somewhere too, so we don't lose them.
$session{"Actions"} = \@Actions;
$m->redirect($RT::WebURL."/Ticket/Display.html?id=".$TicketObj->id);
- return;
+ $m->abort();
} else {
@Actions = @{$session{"Actions"} || [] };
delete $session{"Actions"};
More information about the Rt-commit
mailing list