Bug #86576
closedBe.LinkViewHelper can not be used without arguments
100%
Description
The newly introduced \TYPO3\CMS\Fluid\ViewHelpers\Be\LinkViewHelper can not be used without specifying the parameters. The following code will lead to a fatal error:
<f:be.link route="site_redirects">To the redirects module</f:be.link>
This is because the parameter argument is initialized with null if not passed to the ViewHelper but later on it is used as an array.
Solution: initialize the optional argument with the correct type.
Updated by Daniel Goerz about 6 years ago
- Related to Feature #75161: Create uri and link viewhelper for Backend Modules added
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/58579
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/58579
Updated by Gerrit Code Review about 6 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58579
Updated by Anonymous about 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset fc31bd3b0f36d2171551461a1fa85dc0607c4cdd.