Link to associated element in log column field if possible

This commit is contained in:
Jan Böhmer 2020-03-28 18:46:15 +01:00
parent d757d17f77
commit 9035d97996
2 changed files with 40 additions and 13 deletions

View file

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