Skip to content

Commit 75a3482

Browse files
aryaantony92mattamon
authored andcommitted
Fix the sorting
1 parent dc3bc36 commit 75a3482

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Controller/Admin/CustomersController.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ public function listAction(Request $request): Response
9797
return $this->render($customerView->getOverviewWrapperTemplate(), [
9898
'paginator' => $paginator,
9999
'paginationVariables' => $paginator->getPaginationData(),
100-
'customerView' => $customerView
100+
'customerView' => $customerView,
101+
'idField' => Service::getVersionDependentDatabaseColumnName('id')
101102
]);
102103
} else {
103104
return $this->render(

0 commit comments

Comments
 (0)