Added links to category, footprint and manufacturer columns

This commit is contained in:
Jan Böhmer 2019-09-08 16:56:05 +02:00
parent 73f8ee36a5
commit 748905c325
2 changed files with 27 additions and 1 deletions

View file

@ -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',