Bug #103425
closedempty Rows in backend_layout-structure cannot edit or delete with grafic editor and throws Error in Backend User Interface
100%
Description
The following backend_layout-structure throws the Errors:
in list mode => Backend Layout
PHP Warning
Core: Error handler (BE): PHP Warning: Undefined array key "columns." in /www/typo3/sysext/backend/Classes/Form/Element/BackendLayoutWizardElement.php line 215
(Screenshot 1)
in page mode => Content with this Backendlayout
PHP Warning
Core: Error handler (BE): PHP Warning: foreach() argument must be of type array|object, null given in /www/typo3/sysext/backend/Classes/View/Drawing/BackendLayoutRenderer.php line 69
Structure (Screenshot 3):
mod.web_layout.BackendLayouts {
exampleKey {
title = Example
icon = EXT:example_extension/Resources/Public/Images/BackendLayouts/default.gif
config {
backend_layout {
colCount = 1
rowCount = 5
rows {
1 {
columns {
1 {
name = Keyvisual
colPos = 2
}
}
}
2 {
columns {
1 {
name = Content
colPos = 1
}
}
}
3 {
columns {
1 {
name = Footer
rowspan = 3
colPos = 3
}
}
}
4 {
columns {
}
}
5 {
columns {
}
}
}
}
}
}
}
It is not possible to delete or edit the row 4 and 5 with the grafic editor (Screenshot 2)
Please Fix that!
Thanks
Screenshot 1
Screenshot 2
Screenshot 3
Files
Updated by Heiko Dietrich 8 months ago
- Target version changed from next-patchlevel to Candidate for patchlevel
Updated by Gerrit Code Review 5 months ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/84538
Updated by Gerrit Code Review 5 months ago
Patch set 1 for branch 11.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/84551
Updated by Gerrit Code Review 5 months ago
Patch set 2 for branch 11.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/84551
Updated by Gerrit Code Review 5 months ago
Patch set 1 for branch 12.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/+/84572
Updated by Gerrit Code Review 5 months ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/84538
Updated by Gerrit Code Review 5 months ago
Patch set 2 for branch 12.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/+/84572
Updated by Garvin Hicking 5 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 25efd6e2be6e40d1685ea95e33ecaacc35d3dbfa.