Skip to content

Commit fa2c392

Browse files
eafarooqiDEEHFAR1
and
DEEHFAR1
authored
wrong summarize key (#1802)
Co-authored-by: DEEHFAR1 <[email protected]>
1 parent c30c4fc commit fa2c392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DataSource/Processors/DataSourceBase.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ protected function applySummaries(MorphToMany|EloquentBuilder|BaseCollection|Que
202202
$summarizeFormatTasks = $this->component->summarizeFormat();
203203

204204
if (count($summarizeFormatTasks) === 0) {
205-
data_set($column, 'summarize.' . $summarizeMethod, $value);
205+
data_set($column, 'properties.summarize_values.' . $summarizeMethod, $value);
206206

207207
return;
208208
}

0 commit comments

Comments
 (0)