Bug #99734
closedExtbase UriBuilder->setRequest() is internal but recommended to use
100%
Description
With change https://review.typo3.org/c/Packages/TYPO3.CMS/+/77507 the Extbase UriBuilder has a method "setRequest()" which is internal. However, the changelog states in the migration section that it should be used outside a controller to pass the current request object.
Files
Updated by Chris Müller almost 2 years ago
- Related to Task #99650: use local request object in UriBuilder added
Updated by Gerrit Code Review almost 2 years ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/77630
Updated by Gerrit Code Review almost 2 years ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/77630
Updated by Gerrit Code Review almost 2 years ago
Patch set 3 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/77630
Updated by Benni Mack almost 2 years ago
We have similar problem with that change: Type problem now. See screenshot attached.
Updated by Chris Müller almost 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 41df9b9e08cc4b37359b476189defb8a4a896371.
Updated by Christian Kuhn almost 2 years ago
- Related to Bug #99770: Build extbase attribute in UriBuilder fallback added