Feature #78459
closedAdd pageType option to f:widget.link
0%
Description
I have noticed, that the Widget\LinkViewHelper is missing a pageType argument which I expected to be available.
For AJAX requests the pageType is hardcoded to 7076 which is less than optimal IMO.
The expected behaviour would be the following (example from tx_news):
<f:widget.link arguments="{ ... }">...</f:widget.link>
links to the default page type (current behaviour)<f:widget.link pageType="1337" arguments="{ ... }">...</f:widget.link>
Links to the page type 1337<f:widget.link ajax="1" arguments="{ ... }">...</f:widget.link>
Links to page type 7076 to ensure backwards compatibility (current behaviour)<f:widget.link ajax="1" pageType="1337" arguments="{ ... }">...</f:widget.link>
Links to pageType 1337 but does not prefix the arguments
Updated by Gerrit Code Review about 8 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/50397
Updated by Gerrit Code Review about 8 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/50397
Updated by Gerrit Code Review almost 7 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/50397
Updated by Gerrit Code Review almost 7 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50397
Updated by Christian Kuhn about 6 years ago
- Status changed from Under Review to New
Updated by Oliver Hader almost 3 years ago
- Related to Task #92529: Remove fluid widgets added
Updated by Oliver Hader almost 3 years ago
- Status changed from New to Closed
All fluid widgets have been removed in TYPO3 v11.0 - see https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/11.0/Breaking-92529-AllFluidWidgetFunctionalityRemoved.html