Project

General

Profile

Actions

Bug #21057

closed

SimulateStaticDocuments - Problems with handling "type" Parameter

Added by Hardy about 15 years ago. Updated about 11 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2009-09-15
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.0
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

In Version 4.2.8 the Error with handling the "type" Parameter described in Issue #0004564 further exists. Typolink isn't able to render the "type" parameter with StaticDocuments!
Imagine a TypoScript configuration like the following and simulateStaticDocuments enabled:
page.10 = TEXT
page.10 {
stdWrap = 1
stdWrap.typolink {
returnLast = url
useCacheHash = 1
parameter.data = tsfe:id
additionalParams = &type=5
}
}
You would get something like this as link-URL:
SomePage.13+M5bd9214a8c2.0.html?&type=5

Another Error is that the "type" Parameter isn't used to render Menus.
When the following URL is the actual Site:
SomePage.13+M5bd9214a8c2.5.html
All Links in the Menu are linked back to the "type" (typeNum) = 0. So one Link for example will be:
SomePageXY.13+M5bd9214a8c2.0.html

Can somebody please add the solution of Issue #0004564 to the Core and resolve the other error with SimulateStaticDocuments?

The SSD isn't usable with the actual functionality!
(issue imported from #M11958)

Actions

Also available in: Atom PDF