Bug #21057
closedSimulateStaticDocuments - Problems with handling "type" Parameter
0%
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)