From 4ff6f5c355a422fee3336b8acbe39fa7e2f95b67 Mon Sep 17 00:00:00 2001 From: Josef Glatz <josefglatz@gmail.com> Date: Tue, 28 Feb 2017 04:58:06 +0100 Subject: [PATCH] [BUGFIX] Remove deprecated TCA requestUpdate in ctrl section An already deprecated TCA ctrl field requestUpdate was apparently introduced by accident while streamlining FSC and CSC. Resolves: #80049 Related: #78899 Related: #79622 Releases: master Change-Id: I41e613ffc99b17124deeb446ff6b5e24ec464f36 Reviewed-on: https://review.typo3.org/51880 Tested-by: TYPO3com <no-reply@typo3.com> Reviewed-by: Thomas Hohn <thomas@hohn.dk> Reviewed-by: Benni Mack <benni@typo3.org> Reviewed-by: Georg Ringer <georg.ringer@gmail.com> Tested-by: Georg Ringer <georg.ringer@gmail.com> --- typo3/sysext/frontend/Configuration/TCA/tt_content.php | 1 - 1 file changed, 1 deletion(-) diff --git a/typo3/sysext/frontend/Configuration/TCA/tt_content.php b/typo3/sysext/frontend/Configuration/TCA/tt_content.php index 33d74cd7c9b1..cb7d2f8f12dc 100644 --- a/typo3/sysext/frontend/Configuration/TCA/tt_content.php +++ b/typo3/sysext/frontend/Configuration/TCA/tt_content.php @@ -58,7 +58,6 @@ return [ 'menu_section' => 'content-menu-section', 'menu_section_pages' => 'content-menu-section', ], - 'requestUpdate' => 'list_type', 'searchFields' => 'header,header_link,subheader,bodytext,pi_flexform' ], 'interface' => [ -- GitLab