Issue #4400 - No component email on incident creation/update

This commit is contained in:
Pierre POMES 2024-06-13 14:36:59 -04:00
parent 731a8438df
commit 3120cdaf08
2 changed files with 4 additions and 2 deletions

View File

@ -126,7 +126,8 @@ class CreateIncidentCommandHandler
null,
null,
null,
false
null,
true // Silent mode
));
}

View File

@ -111,7 +111,8 @@ class UpdateIncidentCommandHandler
null,
null,
null,
false
null,
true // Silent mode
));
}