mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 02:28:44 +02:00
#805: fix the issue when creating tickets from the SOAP web service.
SVN:trunk[3031]
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user