Project

General

Profile

Actions

Bug #53304

closed

"Invalid Value" in column-selectbox in CEs if using backend layouts

Added by Wolfgang Wagner over 10 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2013-11-04
Due date:
% Done:

100%

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

Description

If is use a backend layout and want to create a content element in one of the columns, the selectbox "Columns" in the CE shows "Invalid value...".
Left,Normal,Right, Border are still selectable, but none of the new columns of the backend layout.

This is an example BE-Layout:

backend_layout {
    colCount = 3
    rowCount = 3
    rows {
        1 {
            columns {
                1 {
                    name = Oben links
                    colPos = 10
                }
                2 {
                    name = Oben mitte
                    colPos = 20
                }
                3 {
                    name = Oben rechts
                    colPos = 30
                }
            }
        }
        2 {
            columns {
                1 {
                    name = Main
                    colspan = 3
                    colPos = 0
                }
            }
        }
        3 {
            columns {
                1 {
                    name = Unten links
                    colspan = 2
                    colPos = 40
                }
                2 {
                    name = Unten rechts
                    colPos = 50
                }
            }
        }
    }
}

I attached a screenshot of the selectbox.

TYPO3 6.2-dev (latest Version from Git)


Files

2013-11-04_12-07-00.png (39.5 KB) 2013-11-04_12-07-00.png Wolfgang Wagner, 2013-11-04 12:10
Actions

Also available in: Atom PDF