Bug #91497
closedFluid-based Page Module crashes with 2 language variants
100%
Description
With two language variants and active fluid based page module, this is not displayed correctly. When clicking on any page in the backend, the error message shown in the screenshot is displayed and the module cannot be used.
Return value of TYPO3\CMS\Backend\ViewHelpers\LanguageColumnViewHelper::render() must be an instance of TYPO3\CMS\Backend\View\BackendLayout\Grid\GridColumn, null returned
Tested under 10.4.3
Files
Updated by Alexander Grein over 4 years ago
I can confirm this problem.
It also exists if more than two languages exists.
The only way to "fix" the problem is currently to disable the fluid based page module feature.
Updated by Georg Tiefenbrunn about 4 years ago
Just to add some details (TYPO3 10.4.6 composer)
Steps to reproduce¶
1. Enable Fluid-based Page Module
2. Create a page inside a site with multiple languages
3. Apply a BE layout using colCount = 0
and rowCount = 0
4. Open the page in page module and switch from "Columns" to "Languages" using the action-menu (&SET[function]=2
)
I alway apply an "empty" BE layout to e.g. sysfolders, external links, shortcuts etc. to prevent users from creating content elements.
Updated by Georg Tiefenbrunn about 4 years ago
- Related to Epic #90812: Fluid-based Page Module added
Updated by Gerrit Code Review about 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/+/65808
Updated by Gerrit Code Review about 4 years ago
Patch set 2 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/+/65808
Updated by Gerrit Code Review about 4 years ago
Patch set 1 for branch 10.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/65820
Updated by Georg Ringer about 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset c4b2283f981f5737f8f1e8e40c668a87203e9b27.
Updated by Jan Delius about 3 years ago
This bug is back since https://forge.typo3.org/issues/92482. The condition was removed there.