Fixed test issues

This commit is contained in:
Jan Böhmer 2023-10-08 21:54:51 +02:00
parent 3c5a96ba5c
commit 1becde537b
2 changed files with 3 additions and 4 deletions

View file

@ -255,7 +255,7 @@ final class PartsDataTable implements DataTableTypeInterface
"TABLE_PARTS_DEFAULT_COLUMNS");
$dataTable->addOrderBy('name')
->createAdapter(TwoStepORMAdapater::class, [
->createAdapter(TwoStepORMAdapter::class, [
'filter_query' => $this->getFilterQuery(...),
'detail_query' => $this->getDetailQuery(...),
'entity' => Part::class,