mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-23 02:09:03 +02:00
Added missing translation key in attachment table.
This commit is contained in:
parent
0d215e7e2f
commit
5b3533fd3e
1 changed files with 1 additions and 0 deletions
|
@ -110,6 +110,7 @@ class AttachmentDataTable implements DataTableTypeInterface
|
|||
]);
|
||||
|
||||
$dataTable->add('attachment_type', TextColumn::class, [
|
||||
'label' => $this->translator->trans('attachment.table.type'),
|
||||
'field' => 'attachment_type.name',
|
||||
'render' => function ($value, Attachment $context) {
|
||||
return sprintf(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue