From 64c4bd90df6af0f7f95cd39fa183e2d066373784 Mon Sep 17 00:00:00 2001 From: Rupert Germann Date: Thu, 26 Sep 2024 16:00:55 +0200 Subject: [PATCH] [TASK] activate fixed NewsDatabaseTreeDataProvider --- Configuration/TCA/tt_news.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Configuration/TCA/tt_news.php b/Configuration/TCA/tt_news.php index 7583d57..b865ef1 100644 --- a/Configuration/TCA/tt_news.php +++ b/Configuration/TCA/tt_news.php @@ -1,5 +1,6 @@ 'tree', 'treeConfig' => [ // @todo: fix for TYPO3 v12 - // 'dataProvider' => NewsDatabaseTreeDataProvider::class, + 'dataProvider' => NewsDatabaseTreeDataProvider::class, 'parentField' => 'parent_category', 'appearance' => [ 'showHeader' => true,