Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Content element not visible if language is set to All Languages [-1] #237

Closed
Scopestyle opened this issue Feb 28, 2022 · 3 comments
Closed

Comments

@Scopestyle
Copy link

TYPO3 version 10.4.25
Container version 1.5.0
Behaviour tested on multiple projects.

Problem:
On a multilanguage TYPO3 installation, whenever a content element in a container is set to All Languages [-1] this content element disappears from the container. Showing this container as empty in the Page view.

Does anyone have a solution for this?

@sebastianstein
Copy link

sebastianstein commented Mar 11, 2022

I can confirm this problem.

TYPO3: 10.4.26
Container: 1.5.0

I assume that this problem is caused by container/Classes/Domain/Factory/PageView/Frontend/ContainerFactory.php:102.
It is still the sys_langauge_uid 0 used even if the sys_langauge_uid is set to -1 (all languages).

@achimfritz
Copy link
Contributor

yes, sys_language_uid=-1 is not implemented/not supported. The Extension has a strict language policy (either a container is connected or free mode). We decided to not support -1, focus is on stability and integrity of container and container-children CE.

@achimfritz
Copy link
Contributor

closed due sys_language_uid=-1 is not supported

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants