Project

General

Profile

Actions

Bug #90617

closed

Epic #90812: Fluid-based Page Module

Page Module: No content elements displayed with mod.web_layout.defLangBinding

Added by Susanne Moog about 4 years ago. Updated over 3 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
Start date:
2020-03-02
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:

Description

In current v10 with mod.web_layout.defLangBinding = 1 no content is displayed in the old Page Module at all.


Files

noContent.png (143 KB) noContent.png Old Page Module Susanne Moog, 2020-03-15 12:28
shouldBeAligned.png (221 KB) shouldBeAligned.png New Page Module Susanne Moog, 2020-03-15 12:28
withoutAlign.png (658 KB) withoutAlign.png defLangBinding = 0 - expected result Susanne Moog, 2020-03-15 12:38
withAlign.png (557 KB) withAlign.png defLangBinding = 1 - expected result Susanne Moog, 2020-03-15 12:38

Related issues 6 (0 open6 closed)

Related to TYPO3 Core - Task #90348: PageLayoutView and BackendLayout should be refactored to separate rendering, processing and fetching of contentClosed2020-02-10

Actions
Related to TYPO3 Core - Bug #90866: Fluid based page module not showing elements with language=All ([sys_language_uid]=-1)Rejected2020-03-28

Actions
Related to TYPO3 Core - Task #90315: Split up PageLayoutView code into smaller chunksClosedBenni Mack2020-02-04

Actions
Related to TYPO3 Core - Bug #92482: Fluid based page module is missing defaultLanguageBinding functionalityClosed2020-10-05

Actions
Has duplicate TYPO3 Core - Bug #92360: with mod.web_layout.defLangBinding set to true, no content output is generatedClosed2020-09-21

Actions
Blocks TYPO3 Core - Bug #92454: Invalid colPos/language UID used in "Languages" view with defLangBindingClosed2020-09-30

Actions
Actions #1

Updated by Susanne Moog about 4 years ago

  • Description updated (diff)
Actions #2

Updated by Georg Ringer about 4 years ago

  • Target version set to 10 LTS
Actions #3

Updated by Daniel Goerz about 4 years ago

Actions #4

Updated by Daniel Goerz about 4 years ago

  • Related to deleted (Feature #78450: Introduce PreviewRenderer pattern)
Actions #5

Updated by Daniel Goerz about 4 years ago

  • Related to Task #90348: PageLayoutView and BackendLayout should be refactored to separate rendering, processing and fetching of content added
Actions #6

Updated by Susanne Moog about 4 years ago

  • Subject changed from No content elements displayed with mod.web_layout.defLangBinding to Page Module: No content elements displayed with mod.web_layout.defLangBinding
Actions #7

Updated by Susanne Moog about 4 years ago

  • Assignee set to Claus Due
Actions #8

Updated by Claus Due about 4 years ago

  • Status changed from New to Needs Feedback

I'm not able to reproduce this - can you provide more information about records/columns required to reproduce?

My test setup:

  • Two columns
  • Two content elements in each
  • Three languages
  • Language A translated in "connected" mode
  • Language B translated in "free" mode
  • Content shown in "languages" mode with default language or either of the two additional languages selected
  • Content shown in "columns" mode with any language selected

No difference between "Fluid based page module" feature toggle enabled/disabled.

The "defLangBinding" toggle is set the same way as before, in PageLayoutController.

Possibly related to https://review.typo3.org/c/Packages/TYPO3.CMS/+/63513?

Actions #9

Updated by Claus Due about 4 years ago

Wrong patch link, sorry. Right link is: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63520

Actions #10

Updated by Susanne Moog about 4 years ago

  • Status changed from Needs Feedback to In Progress

Still not working and in different ways in the two page module variants. I even reinstalled the complete system yesterday and I can still reproduce it just fine.

To reproduce:
- Install introduction package (good default test cases ;))
- Add TSConfig: `mod.web_layout.defLangBinding = 1` to TSConfig of root page ("Congratulations")

Result:
- On the "old" page module in "Languages" mode (because that's where the setting takes effect): no content rendered at all
- In the "new" page module in "Languages" mode: setting has no effect at all (items should be aligned but aren't) - easiest to see in mixed mode, but also wrong in connected mode (as there should be a visual connection)

Updated by Susanne Moog about 4 years ago

attached are some additional screen shots on how it looks with the setting working (enabled and disabled)

Actions #13

Updated by Benni Mack about 4 years ago

  • Parent task set to #90812
Actions #14

Updated by Riccardo De Contardi about 4 years ago

  • Related to Bug #90866: Fluid based page module not showing elements with language=All ([sys_language_uid]=-1) added
Actions #15

Updated by Benni Mack almost 4 years ago

  • Target version changed from 10 LTS to next-patchlevel
Actions #16

Updated by Helmut Hummel over 3 years ago

  • Has duplicate Bug #92360: with mod.web_layout.defLangBinding set to true, no content output is generated added
Actions #17

Updated by Mathias Brodala over 3 years ago

  • Blocks Bug #92454: Invalid colPos/language UID used in "Languages" view with defLangBinding added
Actions #18

Updated by Gerrit Code Review over 3 years ago

  • Status changed from In Progress 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/+/66014

Actions #19

Updated by Gerrit Code Review over 3 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/+/66014

Actions #20

Updated by Oliver Bartsch over 3 years ago

  • Assignee deleted (Claus Due)
  • Is Regression set to Yes

Susanne Moog wrote:

Result:
- On the "old" page module in "Languages" mode (because that's where the setting takes effect): no content rendered at all
- In the "new" page module in "Languages" mode: setting has no effect at all (items should be aligned but aren't) - easiest to see in mixed mode, but also wrong in connected mode (as there should be a visual connection)

Hi Susanne,

you are right. The fluid based page module is missing this functionality completely. But as this issue is about a regression, introduced with #90315 in the "old" page module, I've created a separate issue #92482 for the fluid based page module (about the missing functionality).

Actions #21

Updated by Oliver Bartsch over 3 years ago

  • Related to Task #90315: Split up PageLayoutView code into smaller chunks added
Actions #22

Updated by Oliver Bartsch over 3 years ago

  • Related to Bug #92482: Fluid based page module is missing defaultLanguageBinding functionality added
Actions #23

Updated by Oliver Bartsch over 3 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #24

Updated by Gerrit Code Review over 3 years ago

  • Status changed from Resolved to Under Review

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/+/65983

Actions #25

Updated by Oliver Bartsch over 3 years ago

  • Status changed from Under Review to Resolved
Actions #26

Updated by Benni Mack over 3 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF