We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc3bc36 commit 75a3482Copy full SHA for 75a3482
src/Controller/Admin/CustomersController.php
@@ -97,7 +97,8 @@ public function listAction(Request $request): Response
97
return $this->render($customerView->getOverviewWrapperTemplate(), [
98
'paginator' => $paginator,
99
'paginationVariables' => $paginator->getPaginationData(),
100
- 'customerView' => $customerView
+ 'customerView' => $customerView,
101
+ 'idField' => Service::getVersionDependentDatabaseColumnName('id')
102
]);
103
} else {
104
return $this->render(
0 commit comments