#805: fix the issue when creating tickets from the SOAP web service.

SVN:trunk[3031]
This commit is contained in:
Denis Flaven
2013-12-10 10:16:40 +00:00
parent 2e37ccc4c2
commit 1afcf46970

View File

@@ -163,7 +163,21 @@
}
]]></code>
</method>
</methods>
<method id="DBInsertTracked_Internal">
<static>false</static>
<access>protected</access>
<type>Overload-DBObject</type>
<code><![CDATA[ protected function DBInsertTracked_Internal($bDoNotReload = false)
{
$oMutex = new iTopMutex('ticket_insert');
$oMutex->Lock();
$ret = parent::DBInsertTracked_Internal($bDoNotReload);
$oMutex->Unlock();
return $ret;
}
]]></code>
</method>
</methods>
<presentation>
<details>
<items>