[Rt-commit] r8404 - in rtir/branches/2.3-EXPERIMENTAL: .
thayes at bestpractical.com
thayes at bestpractical.com
Mon Aug 6 11:49:45 EDT 2007
Author: thayes
Date: Mon Aug 6 11:49:45 2007
New Revision: 8404
Modified:
rtir/branches/2.3-EXPERIMENTAL/ (props changed)
rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Incident/Create.html
Log:
r8600 at toth: toth | 2007-08-06 11:49:24 -0400
* Made Lock an auto lock instead of Take lock in case of linking a child to an incident
Modified: rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Incident/Create.html
==============================================================================
--- rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Incident/Create.html (original)
+++ rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Incident/Create.html Mon Aug 6 11:49:45 2007
@@ -216,7 +216,7 @@
}
else
{
- $ChildObj->Lock('Take');
+ $ChildObj->Lock();
}
$Id = $ARGS{'Child'};
}
More information about the Rt-commit
mailing list