N°7080 - EVENT_DB_LINKS_CHANGED not fired when deleting a user

This commit is contained in:
Eric Espie
2024-01-05 10:36:37 +01:00
parent abb3ea3272
commit 68fa3d0236
4 changed files with 3 additions and 25 deletions

View File

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