mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-21 16:22:20 +02:00
N°7080 - EVENT_DB_LINKS_CHANGED not fired when deleting a user
This commit is contained in:
@@ -134,11 +134,6 @@ class _Ticket extends cmdbAbstractObject
|
||||
|
||||
public function UpdateImpactedItems()
|
||||
{
|
||||
if ($this->IsNew() && ($this->GetKey() > 0)) {
|
||||
// deleted ticket
|
||||
return;
|
||||
}
|
||||
|
||||
require_once(APPROOT.'core/displayablegraph.class.inc.php');
|
||||
/** @var ormLinkSet $oContactsSet */
|
||||
$oContactsSet = $this->Get('contacts_list');
|
||||
|
||||
Reference in New Issue
Block a user