Merge branch '2.4' into develop

feature/better-logic-for-merge-attribute-into-object
iglocska 2024-04-08 10:34:06 +02:00
commit 5495dccb31
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 2 additions and 1 deletions

View File

@ -243,7 +243,8 @@ class UsageDataWidget
$count = $this->Event->Attribute->find('count', [
'conditions' => $conditions,
'contain' => ['Event'],
'recursive' => -1
'recursive' => -1,
'ignoreIndexHint' => 'deleted'
]);
$this->redis->setEx('misp:dashboard:attribute_count:' . $hash, 3600, $count);
}