vhs
vhs copied to clipboard
v:resource.record.fal: Respect page language
Setup TYPO3 9.5.19 VHS 6.0.3
After the commit f70baf9, the v:page.resources.fal
viewhelper only provides the fal resources of the main language.
I think the problem cause by the methode getFileReferences
in class \FluidTYPO3\Vhs\ViewHelpers\Resource\Record\FalViewHelper
. It doesn't use the language overlay of the page, to get the correct files from file reprository.
I opened a pull request #1671
We also have this problem.
confirmed, super annyoing needed to downgrade
@froehlit Seems this https://github.com/FluidTYPO3/vhs/issues/1626 Bugfix (Remove @deprecated method calls, establish T3 10 compatibility) causing this Problem.
vhs >=6.0.1 breaks page translations file reference lookup on T3 9.5
Can confirm for TYPO3 10.4.28 and VHS 6.0.5.
Still not working for TYPO3 11.5.16 and VHS 6.1.2. @froehlit 's pull request would fix this issue. Currently only available in branch development.