Skip to content

Commit

Permalink
wrong summarize key (#1802)
Browse files Browse the repository at this point in the history
Co-authored-by: DEEHFAR1 <[email protected]>
  • Loading branch information
eafarooqi and DEEHFAR1 authored Dec 12, 2024
1 parent c30c4fc commit fa2c392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DataSource/Processors/DataSourceBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ protected function applySummaries(MorphToMany|EloquentBuilder|BaseCollection|Que
$summarizeFormatTasks = $this->component->summarizeFormat();

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

return;
}
Expand Down

0 comments on commit fa2c392

Please sign in to comment.