Actions
Task #86146
closedEpic #84272: Use PSR-7 ServerRequestInterface in backend controllers
Remove usage of GeneralUtility::_GP() from RecyclingAjaxController
Start date:
2018-09-04
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
the constructor of the class contains calls to GU::_GP() in order to set some values. The only routed method receives the $request object, so all settings can be initialized from there.
Updated by Gerrit Code Review about 6 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58185
Updated by Gerrit Code Review about 6 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58185
Updated by Stephan Großberndt about 6 years ago
- Has duplicate Task #86145: Remove usage of GeneralUtility::_GP() from RecyclingAjaxController added
Updated by Anja Leichsenring about 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset d2cdb51e600d423791df66a576a9969208ba6155.
Actions