[Rt-commit] r8380 - in rt/branches/3.7-EXPERIMENTAL-TUNIS: .
thayes at bestpractical.com
thayes at bestpractical.com
Thu Aug 2 10:39:45 EDT 2007
Author: thayes
Date: Thu Aug 2 10:39:44 2007
New Revision: 8380
Modified:
rt/branches/3.7-EXPERIMENTAL-TUNIS/ (props changed)
rt/branches/3.7-EXPERIMENTAL-TUNIS/html/Ticket/Update.html
Log:
r8560 at toth: toth | 2007-08-02 10:38:33 -0400
* Minor: added missing call to RT::Ticket::Unlock()
Modified: rt/branches/3.7-EXPERIMENTAL-TUNIS/html/Ticket/Update.html
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL-TUNIS/html/Ticket/Update.html (original)
+++ rt/branches/3.7-EXPERIMENTAL-TUNIS/html/Ticket/Update.html Thu Aug 2 10:39:44 2007
@@ -236,6 +236,7 @@
if ( exists $ARGS{SubmitTicket} ) {
my $lock = $TicketObj->Locked();
my $Duration = time() - $lock->Content->{'Timestamp'} if $lock;
+ $TicketObj->Unlock();
$m->comp('Display.html', TicketObj => $TicketObj, Duration => $Duration, %ARGS);
return;
}
More information about the Rt-commit
mailing list