FluidTYPO3 / vhs

TYPO3 extension VHS: Fluid ViewHelpers
https://fluidtypo3.org
Other
189 stars 228 forks source link

v:resource.record.fal: Respect page language #1670

Closed froehlit closed 1 year ago

froehlit commented 4 years ago

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.

froehlit commented 4 years ago

I opened a pull request #1671

rupasix commented 4 years ago

We also have this problem.

pulponair commented 3 years ago

confirmed, super annyoing needed to downgrade

alexstocker commented 2 years ago

@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

fnagel commented 2 years ago

Can confirm for TYPO3 10.4.28 and VHS 6.0.5.

stefanheinrich commented 1 year ago

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.