Bug #85733
closedWrong reference to TCA ctrl section in DefaultTcaSchema->getPrioritizedFieldNames
100%
Description
there is
$tableDefinition = $GLOBALS['TCA']['ctrl'];
but should be
$tableDefinition = $GLOBALS['TCA'][$table]['ctrl'];
Updated by Gerrit Code Review over 6 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/57781
Updated by Tymoteusz Motylewski over 6 years ago
- Related to Bug #85195: Dynamically added fields are added to the end of a table added
Updated by Anja Leichsenring over 6 years ago
- Sprint Focus set to On Location Sprint
Updated by Gerrit Code Review over 6 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/57781
Updated by Gerrit Code Review over 6 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/57781
Updated by Gerrit Code Review over 6 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/57781
Updated by Gerrit Code Review over 6 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/57781
Updated by Tymoteusz Motylewski over 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 43a0385a66af10fe033967d725f43157b3b611b0.