Skip to content

Commit

Permalink
admin customer grid optimization using default postgres setup for ord…
Browse files Browse the repository at this point in the history
…er nullable values
  • Loading branch information
Rostislav Kreisinger authored and vitek-rostislav committed Jan 14, 2025
1 parent cd2b16a commit 9b6d16b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ public function listAction(Request $request)
$queryBuilder,
'id',
$this->manipulateRow(...),
null,
);
$dataSource = new MoneyConvertingDataSourceDecorator($innerDataSource, ['ordersSumPrice']);

Expand Down

0 comments on commit 9b6d16b

Please sign in to comment.