Actions
Bug #72432
closedFSC Menu with navigation title
Start date:
2015-12-24
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Only the page title is displayed in menu not the navigation title if available
Solution:
<f:link.page pageUid="{page.uid}"> <f:if condition="{page.nav_title}"> <f:then> {page.nav_title} </f:then> <f:else> {page.title} </f:else> </f:if> </f:link.page>
Updated by Gianluigi Martino almost 9 years ago
- Status changed from New to In Progress
- Assignee changed from Benni Mack to Gianluigi Martino
Updated by Gerrit Code Review almost 9 years ago
- Status changed from In Progress 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/45470
Updated by Gerrit Code Review almost 9 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/45470
Updated by Gerrit Code Review almost 9 years ago
Patch set 1 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/45528
Updated by Gianluigi Martino almost 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 3ff0bfcb814bb07ef8172bff9644887ae33298c5.
Actions