From 5f384e56b5474ecfdcecab1ed1aaecf4bb632903 Mon Sep 17 00:00:00 2001 From: Anja Leichsenring <aleichsenring@ab-softlab.de> Date: Thu, 7 Dec 2017 10:29:19 +0100 Subject: [PATCH] [BUGFIX] Add affected class name to method deprecation The documentation file misses the class name of the method that has been deprecated. Resolves: #78872 Releases: master, 8.7 Change-Id: I3e6b2fd576f4d4ac85ea096ae3406e6df972a97b Reviewed-on: https://review.typo3.org/54957 Tested-by: TYPO3com <no-reply@typo3.com> Reviewed-by: Susanne Moog <susanne.moog@typo3.org> Tested-by: Susanne Moog <susanne.moog@typo3.org> --- ...ation-78872-DeprecateMethodGetRecordUidsToCopy.rst | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/typo3/sysext/core/Documentation/Changelog/8.5/Deprecation-78872-DeprecateMethodGetRecordUidsToCopy.rst b/typo3/sysext/core/Documentation/Changelog/8.5/Deprecation-78872-DeprecateMethodGetRecordUidsToCopy.rst index 39187c6778a6..c972557ca2ce 100644 --- a/typo3/sysext/core/Documentation/Changelog/8.5/Deprecation-78872-DeprecateMethodGetRecordUidsToCopy.rst +++ b/typo3/sysext/core/Documentation/Changelog/8.5/Deprecation-78872-DeprecateMethodGetRecordUidsToCopy.rst @@ -1,15 +1,16 @@ .. include:: ../../Includes.txt -========================================================== -Deprecation: #78872 - Deprecate method getRecordUidsToCopy -========================================================== +================================================================================== +Deprecation: #78872 - Deprecate method LocalizationController::getRecordUidsToCopy +================================================================================== See :issue:`78872` Description =========== -The method :php:`getRecordUidsToCopy()` is not used at any place in the TYPO3 core. +The method :php:`\TYPO3\CMS\Backend\Controller\Page\LocalizationController::getRecordUidsToCopy()` +is not used at any place in the TYPO3 core. Impact @@ -29,4 +30,4 @@ Migration No migration available. -.. index:: Backend \ No newline at end of file +.. index:: Backend -- GitLab