[TASK] Remove unused properties from EditDocumentController
The values "_serialNumber", "_scrollPosition", "viewId_addParams" are hidden form fields that are relics from TYPO3 Core v3.x, long unused and obsolete. Same goes for "uc" which just parks an incoming value (where the FormEngineUtility::updateInlineView() can also be moved inside the EditDocumentController), and unused values such as "newC". Resolves: #94009 Releases: master Change-Id: I049a3f2b656affaa7860ad2ca4a9746438739881 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/68902 Tested-by:core-ci <typo3@b13.com> Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
Jochen <rothjochen@gmail.com> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Jochen <rothjochen@gmail.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- typo3/sysext/backend/Classes/Controller/EditDocumentController.php 44 additions, 41 deletions...ext/backend/Classes/Controller/EditDocumentController.php
- typo3/sysext/backend/Classes/Form/Utility/FormEngineUtility.php 0 additions, 51 deletions...sysext/backend/Classes/Form/Utility/FormEngineUtility.php
Please register or sign in to comment