mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-20 15:52:24 +02:00
N°1703 The dates are no longer reset when inserting a Ticket
Could cause problems when importing using REST API or using form prefill
This commit is contained in:
@@ -1344,8 +1344,8 @@
|
||||
{
|
||||
parent::OnInsert();
|
||||
$this->ComputeImpactedItems();
|
||||
$this->Set('last_update', time());
|
||||
$this->Set('start_date', time());
|
||||
$this->SetIfNull('last_update', time());
|
||||
$this->SetIfNull('start_date', time());
|
||||
}]]></code>
|
||||
</method>
|
||||
<method id="OnUpdate">
|
||||
|
||||
Reference in New Issue
Block a user