Project

General

Profile

Actions

Bug #22502

closed

In TCA (tt_content) the fe_groups field is not placed correctly under the Access Tab

Added by Peter Klein about 14 years ago. Updated almost 14 years ago.

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

0%

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

Description

In the TCA setup for the tt_content table, the "fe_group" field is not placed correctly/directly under the "Access" tab.

(It looks like it's under the Access Tab , but it really isn't, as it's placed using the "mainpalette" option.)

$TCA['tt_content']['ctrl']['mainpalette'] = 15;
$TCA['tt_content']['palettes']['15']['showitem'] = 'fe_group';

This makes the "fe_group" field appear as the LAST field in the BE tabs ,which is ok as long as the Access tab is the last one. But if an extension adds an extra Tab, then the "fe_group" field will be placed under that Tab, and not the Access Tab.

It looks like some "left overs" from before Tabs was introduced, as it might have made sence to place the "fe_group" field at the bottom of the page..

Wouldn't it be better to move the "fe_group" directly under the Access Tab?

(issue imported from #M14185)


Files

ext_tables.php.diff (413 Bytes) ext_tables.php.diff Administrator Admin, 2010-05-02 21:59
tbl_tt_content.php.diff (9.57 KB) tbl_tt_content.php.diff Administrator Admin, 2010-05-02 21:59
T3X_mainpalettetest-0_0_0-z-201005022323.t3x (1.49 KB) T3X_mainpalettetest-0_0_0-z-201005022323.t3x Administrator Admin, 2010-05-02 23:24
css_styled_content_ext_tables.php.diff (873 Bytes) css_styled_content_ext_tables.php.diff Administrator Admin, 2010-05-03 01:46
felogin_ext_tables.php.diff (633 Bytes) felogin_ext_tables.php.diff Administrator Admin, 2010-05-03 01:47
14185.diff (11.6 KB) 14185.diff Administrator Admin, 2010-05-03 03:22
Actions

Also available in: Atom PDF