N°3821 - UserRequest:OnInsert in full ITIL calls the parent's method

This commit is contained in:
vdumas
2021-03-15 17:55:01 +01:00
parent 3afc4e8185
commit d68e208325

View File

@@ -1543,6 +1543,7 @@
<code><![CDATA[
protected function OnInsert()
{
parent::OnInsert();
$this->ComputeImpactedItems();
$this->SetIfNull('last_update', time());
$this->SetIfNull('start_date', time());