chg: [internal] Add title to alert template

pull/9613/head
Jakub Onderka 2024-03-12 09:33:44 +01:00
parent 59732c4b53
commit 031afce5d2
1 changed files with 1 additions and 0 deletions

View File

@ -3282,6 +3282,7 @@ class Event extends AppModel
$template->set('distributionLevels', $this->distributionLevels);
$template->set('analysisLevels', $this->analysisLevels);
$template->set('tlp', $subjMarkingString);
$template->set('title', Configure::read('MISP.title_text'));
$template->subject($subject);
$template->referenceId("event-alert|{$event['Event']['id']}");