diff --git a/typo3/sysext/core/Documentation/Changelog/master/Deprecation-84993-DeprecateSomeTSconfigRelatedMethods.rst b/typo3/sysext/core/Documentation/Changelog/master/Deprecation-84993-DeprecateSomeTSconfigRelatedMethods.rst index 444263b1fdd207d3e7fde2841efc2755b10b9bc0..bfce75b269fab0b95da1803f2a0d3110f3b36b4e 100644 --- a/typo3/sysext/core/Documentation/Changelog/master/Deprecation-84993-DeprecateSomeTSconfigRelatedMethods.rst +++ b/typo3/sysext/core/Documentation/Changelog/master/Deprecation-84993-DeprecateSomeTSconfigRelatedMethods.rst @@ -29,7 +29,6 @@ These properties have been set to protected, should not be used any longer and l * :php:`TYPO3\CMS\backend\Tree\View\PagePositionMap->getModConfigCache` * :php:`TYPO3\CMS\backend\Tree\View\PagePositionMap->modConfigStr` -* :php:`TYPO3\CMS\recordlist\Controller\RecordListController->modTSconfig` Impact diff --git a/typo3/sysext/install/Configuration/ExtensionScanner/Php/PropertyProtectedMatcher.php b/typo3/sysext/install/Configuration/ExtensionScanner/Php/PropertyProtectedMatcher.php index 64cf4c80edbe05a32884871ba1d6576616de77a9..d4cd724e8f842ff37e80009698f4b5f25271e0ec 100644 --- a/typo3/sysext/install/Configuration/ExtensionScanner/Php/PropertyProtectedMatcher.php +++ b/typo3/sysext/install/Configuration/ExtensionScanner/Php/PropertyProtectedMatcher.php @@ -587,9 +587,4 @@ return [ 'Deprecation-84984-ProtectedUserTSconfigPropertiesInBackendUserAuthentication.rst' ], ], - 'TYPO3\CMS\recordlist\Controller\RecordListController->modTSconfig' => [ - 'restFiles' => [ - 'Deprecation-84984-ProtectedUserTSconfigPropertiesInBackendUserAuthentication.rst' - ], - ], ]; diff --git a/typo3/sysext/recordlist/Classes/Controller/RecordListController.php b/typo3/sysext/recordlist/Classes/Controller/RecordListController.php index fd7ba82037ede08912113625304a844c34c5c070..42c519902f7e59507841b47cfe85260eee1b5550 100644 --- a/typo3/sysext/recordlist/Classes/Controller/RecordListController.php +++ b/typo3/sysext/recordlist/Classes/Controller/RecordListController.php @@ -23,7 +23,6 @@ use TYPO3\CMS\Backend\Template\DocumentTemplate; use TYPO3\CMS\Backend\Template\ModuleTemplate; use TYPO3\CMS\Backend\Utility\BackendUtility; use TYPO3\CMS\Core\Authentication\BackendUserAuthentication; -use TYPO3\CMS\Core\Compatibility\PublicPropertyDeprecationTrait; use TYPO3\CMS\Core\Database\ConnectionPool; use TYPO3\CMS\Core\Database\Query\Restriction\HiddenRestriction; use TYPO3\CMS\Core\DataHandling\DataHandler; @@ -45,17 +44,6 @@ use TYPO3\CMS\Recordlist\RecordList\DatabaseRecordList; */ class RecordListController { - use PublicPropertyDeprecationTrait; - - /** - * Properties which have been moved to protected status from public - * - * @var array - */ - protected $deprecatedPublicProperties = [ - 'modTSconfig' => 'Using $modTSconfig of class RecordListController is discouraged. This property is for class internal use only.', - ]; - /** * Page Id for which to make the listing * @@ -145,7 +133,7 @@ class RecordListController * * @var array */ - protected $modTSconfig; + public $modTSconfig; /** * Current ids page record