[TASK] Reduce usages of GeneralUtility::linkThisScript and use proper routing
This change replaces some of the linkThisScript calls to use the UriBuilder / Routing of TYPO3 Backend, and corrects existing UriBuilder calls. Resolves: #94663 Releases: master Change-Id: If2dcb7c4f57b7357087eb88b7383576f3aaede1b Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/69916 Tested-by:Oliver Bartsch <bo@cedev.de> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Jochen <rothjochen@gmail.com> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Jochen <rothjochen@gmail.com> Reviewed-by:
Benni Mack <benni@typo3.org>
Showing
- typo3/sysext/backend/Classes/Controller/EditDocumentController.php 27 additions, 20 deletions...ext/backend/Classes/Controller/EditDocumentController.php
- typo3/sysext/backend/Classes/Controller/NewRecordController.php 4 additions, 2 deletions...sysext/backend/Classes/Controller/NewRecordController.php
- typo3/sysext/backend/Classes/Controller/PageLayoutController.php 8 additions, 8 deletions...ysext/backend/Classes/Controller/PageLayoutController.php
- typo3/sysext/info/Classes/Controller/InfoPageTyposcriptConfigController.php 1 addition, 1 deletion...Classes/Controller/InfoPageTyposcriptConfigController.php
- typo3/sysext/lowlevel/Classes/Controller/DatabaseIntegrityController.php 2 additions, 2 deletions...wlevel/Classes/Controller/DatabaseIntegrityController.php
- typo3/sysext/recordlist/Classes/Controller/RecordListController.php 2 additions, 2 deletions...xt/recordlist/Classes/Controller/RecordListController.php
- typo3/sysext/reports/Classes/Report/Status/ConfigurationStatus.php 1 addition, 1 deletion...ext/reports/Classes/Report/Status/ConfigurationStatus.php
Please register or sign in to comment