Project

General

Profile

Actions

Bug #68393

closed

Link in fluidtemplate to root-page is ignored

Added by Muriel le Pair almost 9 years ago. Updated almost 8 years ago.

Status:
Closed
Priority:
-- undefined --
Assignee:
-
Category:
Frontend
Target version:
-
Start date:
2015-07-20
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.4
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

Hi,

This used to work fine up to version 6.2.13 but in TYPO3 6.2.14 a link in the fluidtemplate to the rootpage is ignored.

So this (if 1 is the rootpage):
<f:link.page pageUid="1">homepage</f:link.page>

should render:
<a href"/">homepage</a>

instead it displays:
homepage

When I link to any other page but the rootpage it works fine:
<f:link.page pageUid="2">page 2</f:link.page>

renders:
<a href"/page-2">page 2</a>

--
kind regards,

Muriel le Pair

Actions

Also available in: Atom PDF