Actions
Bug #90866
closedEpic #90812: Fluid-based Page Module
Fluid based page module not showing elements with language=All ([sys_language_uid]=-1)
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2020-03-28
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
10
PHP Version:
7.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Prerequisites¶
1. Latest master 10.4.0-dev TYPO3 version
2. Fluid based page module enabled (admin tools > feature toggles > Fluid based page module: yes)
3. Create a page
4. Create in it a content element, set its language=-All ( [sys_language_uid]
=-1 )
5. Go to page module (either "columns" or "languages")
Expected result¶
the content element is visible
Actual result¶
the content element is not visibile, it is visible only in list module
This affects only Fluid based page module, if you disable it, the content element will be visibile again.
Updated by Riccardo De Contardi over 4 years ago
- Related to Bug #90617: Page Module: No content elements displayed with mod.web_layout.defLangBinding added
Updated by Gerrit Code Review over 4 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63995
Updated by Christian Eßl over 4 years ago
- Status changed from Under Review to Rejected
Fixed with #90882.
Actions