Actions
Bug #78006
closedexternal links in fluid_styled_content has no page.target
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Fluid Styled Content
Target version:
Start date:
2016-09-20
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Missing target attributes in menu templates
should have: <f:link.page pageUid="{page.uid}" target="{page.target}">
Updated by Riccardo De Contardi about 8 years ago
- Category set to Fluid Styled Content
Maybe it's better to remove the attribute if empty IMHO:
<f:link.page pageUid="{page.uid}" {f:if(condition: page.target, then: 'target="{page.target}"')} >
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/50449
Updated by Michael Oehlhof about 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset ba21e9cf6fbc1c2680bb90b41ee6393349070bfa.
Actions