fix: [event:_mergeExtension] Include analyst data on extension if originally requested in the request

pull/9604/head
Sami Mokaddem 2024-02-29 14:52:52 +01:00
parent e6dd70bd64
commit a4f0a6681b
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
1 changed files with 1 additions and 0 deletions

View File

@ -2520,6 +2520,7 @@ class Event extends AppModel
'noEventReports' => $options['noEventReports'],
'noSightings' => isset($options['noSightings']) ? $options['noSightings'] : null,
'sgReferenceOnly' => $options['sgReferenceOnly'],
'includeAnalystData' => $options['includeAnalystData'],
]);
foreach ($extensions as $extensionEvent) {
$eventMeta = array(