mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-05-18 17:31:35 +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 '';
|
||||
}
|
||||
], alias: 'storage_location')
|
||||
])
|
||||
|
||||
->add('addedDate', LocaleDateTimeColumn::class, [
|
||||
'label' => $this->translator->trans('part.table.addedDate'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue