mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-22 10:08:45 +02:00
PHPDoc
This commit is contained in:
@@ -1048,6 +1048,9 @@ class ObjectFormManager extends FormManager
|
||||
$this->CancelAttachments();
|
||||
}
|
||||
|
||||
/**
|
||||
* @inheritDoc
|
||||
*/
|
||||
public function CheckTransaction($aData)
|
||||
{
|
||||
$isTransactionValid = \utils::IsTransactionValid($this->oForm->GetTransactionId(), false); //The transaction token is kept in order to preserve BC with ajax forms (the second call would fail if the token is deleted). (The GC will take care of cleaning the token for us later on)
|
||||
|
||||
Reference in New Issue
Block a user