CoreCommunity ExtensionsIncubatorDistributionsTYPO3 4.5 ProjectsTYPO3 4.6 ProjectsTYPO3 4.7 ProjectsTYPO3 6.0 ProjectsTYPO3 6.1 ProjectsTYPO3 6.2 Projects (+)

Bug #33867

Wrong behaivour in case of direct linking to a page

Added by Dirk Wildt over 1 year ago. Updated 5 months ago.

Status:Closed Start date:2012-02-12
Priority:Should have Due date:2012-12-09
Assignee:Dirk Wildt % Done:

0%

Category:PHP Spent time: -
Target version:4.0.0 Estimated time:0.00 hour
Votes: 0

Description

Hy guys,
there is a bug, if you are linking to a page record directly.

Each record links to the root page and this is wrong.
The TypoScript below must be OK, but the result is wrong.

plugin.tx_browser_pi1 {
views {
list {
1 {
select (
pages.uid,
pages.title,
pages.author
)
orderBy (
pages.title asc
)
pages {
title = COA
title {
20 = TEXT
20 {
value = Seite ###PAGES.TITLE### [###PAGES.UID###]
typolink {
parameter = ###PAGES.UID###
}
}
30 = TEXT
30 {
value = Seite TYPO3 Browser [1181]
typolink {
parameter = 1181
}
}
}
}
}
}
single {
1 {
select (
pages.uid,
pages.title,
pages.author
)
}
}
}
}

I take care of it.

Dirk

Thanks to Chris, who has reported this bug in the TYPO3-Browser-Forum at

History

Updated by Dirk Wildt 5 months ago

  • Due date set to 2012-12-09
  • Status changed from Accepted to Closed
  • Estimated time changed from 2.00 to 0.00

I hadn't any time :(

Also available in: Atom PDF