mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 07:12:26 +02:00
N°3821 - UserRequest:OnInsert in full ITIL calls the parent's method
This commit is contained in:
@@ -1543,6 +1543,7 @@
|
|||||||
<code><![CDATA[
|
<code><![CDATA[
|
||||||
protected function OnInsert()
|
protected function OnInsert()
|
||||||
{
|
{
|
||||||
|
parent::OnInsert();
|
||||||
$this->ComputeImpactedItems();
|
$this->ComputeImpactedItems();
|
||||||
$this->SetIfNull('last_update', time());
|
$this->SetIfNull('last_update', time());
|
||||||
$this->SetIfNull('start_date', time());
|
$this->SetIfNull('start_date', time());
|
||||||
|
|||||||
Reference in New Issue
Block a user