Bug #93313
closedEpic #90812: Fluid-based Page Module
Unused content elements column does not use correct label
0%
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
Updated by Oliver Bartsch almost 4 years ago
- Status changed from New to Accepted
Updated by Riccardo De Contardi over 3 years ago
I can confirm that this issue is solved on the latest master (#93829 merged)
Updated by Sebastian Müller over 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?
Updated by Riccardo De Contardi over 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?
Updated by Sebastian Müller over 3 years ago
You can close it, everything is working now as it should.
Thank you!
Updated by Riccardo De Contardi over 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.
Updated by Stefan Froemken over 3 years ago
- Related to Bug #93829: Wrong title of unused elements in PageLayout added