mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-04 23:44:33 +02:00
Fixed test issues
This commit is contained in:
parent
3c5a96ba5c
commit
1becde537b
2 changed files with 3 additions and 4 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue