Bug #57869
Remove side effects form TCA cache building
Status: | Rejected | Start date: | 2014-04-12 | |
---|---|---|---|---|
Priority: | Should have | Due date: | ||
Assigned To: | - | % Done: | 0% |
|
Category: | Backend API | Spent time: | - | |
Target version: | - | |||
TYPO3 Version: | 6.2 | Is Regression: | No | |
PHP Version: | Sprint Focus: | |||
Complexity: |
Description
Files in Configuration/TCA/table_name.php are designed to only
introduce and define the TCA array of the given table.
It was never designed to change or override already introduced TCA.
This was however possible because the buildTca method uses
the global TCA array when assembling all arrays.
This possibility should be removed so that changing TCA
is only possible in ext_tables.php or the upcoming new
file as described in #57862
Related issues
History
#1 Updated by Gerrit Code Review over 1 year 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/29435
#2 Updated by Gerrit Code Review over 1 year 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/29435
#3 Updated by Helmut Hummel over 1 year ago
- Status changed from Under Review to On Hold
#4 Updated by Helmut Hummel 11 months ago
- Status changed from On Hold to Rejected