mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-22 09:53:35 +02:00
Link to associated element in log column field if possible
This commit is contained in:
parent
d757d17f77
commit
9035d97996
2 changed files with 40 additions and 13 deletions
|
@ -212,6 +212,7 @@ class LogDataTable implements DataTableTypeInterface
|
|||
|
||||
$dataTable->add('target', LogEntryTargetColumn::class, [
|
||||
'label' => $this->translator->trans('log.target'),
|
||||
'show_associated' => $options['mode'] !== 'element_history',
|
||||
]);
|
||||
|
||||
$dataTable->add('extra', LogEntryExtraColumn::class, [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue