Bug #25161
closedBackend layouts: columns when editing content
0%
Description
There seems to be some major issue when the select box for columns is render while having backend layout setup. Columns that are not assigned a column number (and thus cannot be used as in Page module) are getting listed as available options.
See "Steps To Reproduce" to see the setup, rendered output and expected correct output.
Column configuration:
backend_layout {
colCount = 2
rowCount = 5
rows {
1 {
columns {
1 {
name =
}
2 {
name = B
colPos = 10
}
}
}
2 {
columns {
1 {
name = C
colspan = 2
colPos = 11
}
}
}
3 {
columns {
1 {
name = D
colspan = 2
}
}
}
4 {
columns {
1 {
name = E
colspan = 2
colPos = 12
}
}
}
5 {
columns {
1 {
name =
}
2 {
name = G
colPos = 13
}
}
}
}
}
Select box options when editing content:
<option value=""></option>
<option value="10">B</option>
<option value="11">C</option>
<option value="">D</option>
<option value="12" selected="selected">E</option>
<option value=""></option>
<option value="13">G</option>
Expected select box options:
<option value=""></option>
<option value="10">B</option>
<option value="11">C</option>
<option value="12" selected="selected">E</option>
<option value="13">G</option>
(issue imported from #M17745)
Updated by Jo Hasenau over 13 years ago
I had some time in the train on my way back home today so I was able to fix this - will come up with a patch until tomorrow since I have to separate it from the other grid related patches first.
Updated by Alexander Opitz about 10 years ago
- Description updated (diff)
- Status changed from New to Needs Feedback
- Target version deleted (
0) - Is Regression set to No
Hi,
as this issue is very old. Does the problem still exists within newer versions of TYPO3 CMS (6.2.4)?
Updated by Alexander Opitz almost 10 years ago
- Status changed from Needs Feedback to Closed
No feedback within the last 90 days => closing this issue.
If you think that this is the wrong decision or experience this issue again, then please write to the mailing list typo3.teams.bugs with issue number and an explanation or open a new ticket and add a relation to this ticket number.