mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-24 18:58:46 +02:00
Added links to category, footprint and manufacturer columns
This commit is contained in:
parent
73f8ee36a5
commit
748905c325
2 changed files with 27 additions and 1 deletions
|
@ -142,7 +142,7 @@ class PartsDataTable implements DataTableTypeInterface
|
|||
])
|
||||
->add('category', EntityColumn::class, [
|
||||
'label' => $this->translator->trans('part.table.category'),
|
||||
'property' => 'category'
|
||||
'property' => 'category',
|
||||
])
|
||||
->add('footprint', EntityColumn::class, [
|
||||
'property' => 'footprint',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue