Project

General

Profile

Actions

Bug #25161

closed

Backend layouts: columns when editing content

Added by Tomas Mrozek about 13 years ago. Updated over 9 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2011-02-24
Due date:
% Done:

0%

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

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)

Actions #1

Updated by Jo Hasenau about 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.

Actions #2

Updated by Stefan Neufeind almost 13 years ago

@Jo: any news?

Actions #3

Updated by Alexander Opitz over 9 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)?

Actions #4

Updated by Alexander Opitz over 9 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.

Actions

Also available in: Atom PDF