Project

General

Profile

Actions

Bug #18892

closed

List module: TCEFORM settings of labels are ignored

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

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

0%

Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Steps to reproduce:

1. Insert into TSconfig of the root page the following settings:
TCEFORM.pages {
layout {
disabled = 0
altLabels {
0 = My first modified label
1 = My second modified label
}
removeItems = 2,3
}
}

2. Check the page settings and see that the layout field is modified and uses modified labels.

3. In the list module, make the 'Layout' column appear in the listing and see that modified lables are not used but default labels ('Normal', 'Layout 1') are shown instead.

As the list module displays pages according to the current position in the page tree, then if the labels are shown correctly in the page properties, they should be displayed correctly also in the listing.

Branch 4.1 behaves in the same way.
(issue imported from #M8584)


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #17877: TCEFORM TSconfig disabled fields still available in List ViewClosedBenni Mack2007-12-03

Actions
Actions #1

Updated by Francois Suter about 16 years ago

Sorry, set the tag "pending in core list" on the wrong bug.

Actions #2

Updated by Benni Mack almost 16 years ago

Hey Tomas,

AFAIK this is no bug. Please see: http://bugs.typo3.org/view.php?id=6877 which is related to that one.

The problem is that:

By setting TCEFORM.... you state that it is only used for TCEFORM.

In my eyes we'd need

TCA.pages {
subtitle.header = My new header
}

which is used for all modules.

Actions #3

Updated by Tomas Mrozek almost 16 years ago

OK, Benjamin. Thanks for the explanation.
In that case I propose this bug report is closed.

Nevertheless, it's quite strange as it causes confusion to editors.

Actions

Also available in: Atom PDF