Project

General

Profile

Actions

Bug #15511

closed

loadTCA() in t3lib_div only loads original TCA file and ignores additional TCA from t3lib_extMgm

Added by Simon over 18 years ago. Updated over 12 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend API
Target version:
-
Start date:
2006-01-26
Due date:
% Done:

0%

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

Description

The loadTCA function in t3lib_div loads the TCA from the original dynamic conf file of the extension. It will not load the TCA for any configuration (i.e. additional fields) that has been added via t3lib_extMgm. Currently the only option is to fully load the entire TCA array via tslib_fe::includeTCA(). But this is not an ideal solution.
Due to this limitation extensions which rely on TCA in the frontend (for example tt_products) cannot be extended with additional fields (or rather tslib_fe::includeTCA() has to be invoked).
This is therefore a request to modify loadTCA so that it loads the entire tca for a given table (as opposed to just the original dynamicConfigFile).

(issue imported from #M2397)


Files

static_info_tables-2397.diff (1002 Bytes) static_info_tables-2397.diff Administrator Admin, 2009-01-07 09:07
Actions

Also available in: Atom PDF