[Rt-commit] r8942 - in rt/branches/3.6-RELEASE: .
jesse at bestpractical.com
jesse at bestpractical.com
Wed Sep 5 16:57:33 EDT 2007
Author: jesse
Date: Wed Sep 5 16:57:32 2007
New Revision: 8942
Modified:
rt/branches/3.6-RELEASE/ (props changed)
rt/branches/3.6-RELEASE/html/SelfService/Display.html
Log:
r66993 at pinglin: jesse | 2007-09-05 16:44:11 -0400
Fix to not update tickets multiple times when doing a selfservice posting.
Modified: rt/branches/3.6-RELEASE/html/SelfService/Display.html
==============================================================================
--- rt/branches/3.6-RELEASE/html/SelfService/Display.html (original)
+++ rt/branches/3.6-RELEASE/html/SelfService/Display.html Wed Sep 5 16:57:32 2007
@@ -189,6 +189,7 @@
Actions => \@results,
TicketObj => $Ticket
);
+ delete $session{'Attachments'};
# delete temporary storage entry to make WebUI clean
unless ( keys %{ $session{'Attachments'} } and $ARGS{'UpdateAttach'} ) {
More information about the Rt-commit
mailing list