Project

General

Profile

Actions

Bug #93313

closed

Epic #90812: Fluid-based Page Module

Unused content elements column does not use correct label

Added by Sebastian Müller over 3 years ago. Updated about 3 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2021-01-18
Due date:
% Done:

0%

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

Description

If feature toggle "fluidBasedPageModule" is set,
unused content elements column uses label of backend layout with colPos = 0.

Example:
If you have one column in your backend layout defined

1 {
    columns {
        1 {
            name = Maincontent
            colPos = 0
        }
    }
}

and having one content element in colPos 3 on your page,
the section "Unused" at the bottom of the page module is named "Maincontent" instead of unused.

If featureToggle is turned off,
the correct label is displayed


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #93829: Wrong title of unused elements in PageLayoutClosedStefan Froemken2021-03-29

Actions
Actions #1

Updated by Oliver Bartsch over 3 years ago

  • Status changed from New to Accepted
Actions #2

Updated by Riccardo De Contardi about 3 years ago

  • Parent task set to #90812
Actions #3

Updated by Riccardo De Contardi about 3 years ago

Is this one related? #93829

Actions #4

Updated by Riccardo De Contardi about 3 years ago

I can confirm that this issue is solved on the latest master (#93829 merged)

Actions #5

Updated by Sebastian Müller about 3 years ago

Yes, I can confirm it too.
When running on 10.4.x-dev and feature toggle "Fluid based page module" is checked,
the label "(Not assigned)" will be displayed.

The label is not the same as without "Fluid based page module" (where it is "Unused"), but I guess that is ok and intended?

Actions #6

Updated by Riccardo De Contardi about 3 years ago

I have not tested it on 10.4 but I guess it's ok, counting that AFAICR the fluid based page module is the standard for TYPO3 >= 11

Would you mind if I close this issue or do you think there is still something missing?

Actions #7

Updated by Sebastian Müller about 3 years ago

You can close it, everything is working now as it should.
Thank you!

Actions #8

Updated by Riccardo De Contardi about 3 years ago

  • Status changed from Accepted to Closed

Closing this issue in agreement with the reporter; #93829 solves the issue.

If you think that this is the wrong decision or experience the issue again, please reopen it or ping me.

Actions #9

Updated by Stefan Froemken about 3 years ago

  • Related to Bug #93829: Wrong title of unused elements in PageLayout added
Actions

Also available in: Atom PDF