Bug #82767
Updated by Anonymous about 7 years ago
In one of our latest projects I've used the else if of the if viewhelper in our site extension in one of the partials which ovveride a partial of an installed extension.
The first page load shows the desired result. But every subsequent call shows the original template not the overriden template from our site extension.
The only working solution was to use a switch statement with the needed cases.
TYPO 3 LTS 8.7.7
Fluid 2.4.0
PHP 7.1.x
It looks like some cache related issue.