mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-05-19 01:41:37 +00:00
Remove alias to fix: Unknown named parameter $alias
This commit is contained in:
parent
9516062e82
commit
d13353c09f
1 changed files with 1 additions and 1 deletions
|
|
@ -195,7 +195,7 @@ class ProjectBomEntriesDataTable implements DataTableTypeInterface
|
||||||
|
|
||||||
return '';
|
return '';
|
||||||
}
|
}
|
||||||
], alias: 'storage_location')
|
])
|
||||||
|
|
||||||
->add('addedDate', LocaleDateTimeColumn::class, [
|
->add('addedDate', LocaleDateTimeColumn::class, [
|
||||||
'label' => $this->translator->trans('part.table.addedDate'),
|
'label' => $this->translator->trans('part.table.addedDate'),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue