vhs icon indicating copy to clipboard operation
vhs copied to clipboard

[BUGFIX] Respect page language overlay

Open froehlit opened this issue 4 years ago • 4 comments

In \FluidTYPO3\Vhs\ViewHelpers\Resource\Record\FalViewHelper::getFileReferences use $record['_PAGES_OVERLAY_UID'] to get the correct page uid for the language overlay.

This solution works for me, but I'm not an expert in TYPO3s language handling.

froehlit avatar Jul 08 '20 15:07 froehlit

@NamelessCoder Any update on the issue? The problem persists in the latest version of the vhs extension, it shows the images of the default language in alternative site languages.

user123801 avatar Aug 09 '21 08:08 user123801

This is still an issue for TYPO3 10.4.28 and VHS 6.0.5. @NamelessCoder Any news on this?

fnagel avatar Jun 03 '22 15:06 fnagel

I've tested this patch with 6.1.2 and can confirm it works with TYPO3 10.4.28

fnagel avatar Jun 20 '22 16:06 fnagel

Update: still having issues when using slide and having disabled pages on the rootline.

fnagel avatar Jul 04 '22 17:07 fnagel

Fixed by https://github.com/FluidTYPO3/vhs/commit/169a6112fb4625a86c5bcb3b05a7c3b7df361d77

NamelessCoder avatar Jul 25 '23 13:07 NamelessCoder