Project

General

Profile

Actions

Bug #85733

closed

Wrong reference to TCA ctrl section in DefaultTcaSchema->getPrioritizedFieldNames

Added by Tymoteusz Motylewski over 5 years ago. Updated over 5 years ago.

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

100%

Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
On Location Sprint

Description

there is

        $tableDefinition = $GLOBALS['TCA']['ctrl'];

but should be

        $tableDefinition = $GLOBALS['TCA'][$table]['ctrl'];


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #85195: Dynamically added fields are added to the end of a tableClosedBenni Mack2018-06-09

Actions
Actions

Also available in: Atom PDF