fix: [typo]fixed

pull/9086/head
iglocska 2023-05-19 10:24:34 +02:00
parent 72e57e3829
commit b82a151c7b
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ class TrendingAttributesWidget
$values = $attributeModel->find('all', [
'recursive' => -1,
'fields' => ['Attribute.value1', 'count(Attribute.value1) as Attribute__frequency'],
'group' => ['Attributevalue1'],
'group' => ['Attribute.value1'],
'conditions' => $conditions,
'contain' => ['Event.orgc_id'],
'order' => 'count(Attribute.value1) desc',