vhs icon indicating copy to clipboard operation
vhs copied to clipboard

v:resource.record.fal: Respect page language

Open froehlit opened this issue 4 years ago • 5 comments

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 avatar Jul 08 '20 15:07 froehlit

I opened a pull request #1671

froehlit avatar Jul 08 '20 15:07 froehlit

We also have this problem.

rupasix avatar Sep 08 '20 08:09 rupasix

confirmed, super annyoing needed to downgrade

pulponair avatar Mar 04 '21 15:03 pulponair

@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

alexstocker avatar Nov 19 '21 11:11 alexstocker

Can confirm for TYPO3 10.4.28 and VHS 6.0.5.

fnagel avatar Jun 03 '22 15:06 fnagel

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.

stefanheinrich avatar Nov 09 '22 09:11 stefanheinrich