This commit is contained in:
Molkobain
2021-02-19 09:37:53 +01:00
parent 74246a8278
commit 71c5f47cd8

View File

@@ -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)