Project

General

Profile

Actions

Bug #24726

closed

Numbering of colPos inconsistent

Added by Jochen Weiland over 13 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
Start date:
2011-01-22
Due date:
% Done:

0%

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

Description

This happens when working with less than the default 4 columns:

TSconfig:
mod.SHARED.colPos_list = 0,2
works as expected, only normal and right columns are shown.

However, using
TCEFORM.tt_content.colPos.removeItems = 1,3
to remove left and border column from selection field in CE, the column numbering is incorrect. The above setting will remove the NORMAL and BORDER column. The numbering here is corresponding to the physical position in the BE:

0 = LEFT (should be NORMAL)
1 = NORMAL (should be LEFT)
2 = RIGHT
3 = BORDER

(issue imported from #M17215)


Files

17215.diff (614 Bytes) 17215.diff Administrator Admin, 2011-01-23 15:32
17215_v2.diff (2.1 KB) 17215_v2.diff Administrator Admin, 2011-01-23 16:50
Actions

Also available in: Atom PDF