[Rt-commit] r11169 - rt/branches/3.7-RTIR-RELENG/html/Ticket
ruz at bestpractical.com
ruz at bestpractical.com
Mon Mar 24 18:34:46 EDT 2008
Author: ruz
Date: Mon Mar 24 18:34:46 2008
New Revision: 11169
Modified:
rt/branches/3.7-RTIR-RELENG/html/Ticket/Display.html
Log:
* we have new code that does the same in ListActions
Modified: rt/branches/3.7-RTIR-RELENG/html/Ticket/Display.html
==============================================================================
--- rt/branches/3.7-RTIR-RELENG/html/Ticket/Display.html (original)
+++ rt/branches/3.7-RTIR-RELENG/html/Ticket/Display.html Mon Mar 24 18:34:46 2008
@@ -187,8 +187,6 @@
$session{'i'}++;
RT::Interface::Web::Redirect(RT->Config->Get('WebURL') ."Ticket/Display.html?id=".$TicketObj->id);
-} else {
- @Actions = @{ delete $session{"Actions"} || [] };
}
my $attachments = $m->comp('Elements/FindAttachments', Ticket => $TicketObj, Tickets => $Tickets);
More information about the Rt-commit
mailing list