From dd4fa52613371b4ce88573c71a372f71e4f77397 Mon Sep 17 00:00:00 2001 From: Mathias Brodala Date: Fri, 10 Jan 2025 12:59:46 +0100 Subject: [PATCH] [TASK] Drop obsolete "pid" TCA definition --- Configuration/TCA/tx_formlog_entries.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Configuration/TCA/tx_formlog_entries.php b/Configuration/TCA/tx_formlog_entries.php index 5149b30..3172533 100644 --- a/Configuration/TCA/tx_formlog_entries.php +++ b/Configuration/TCA/tx_formlog_entries.php @@ -20,12 +20,6 @@ ], ], 'columns' => [ - 'pid' => [ - 'config' => [ - 'type' => 'passthrough', - 'foreign_table' => 'pages', - ], - ], 'crdate' => [ 'exclude' => 1, 'label' => 'LLL:EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.creationDate',