Actions
Bug #45959
closedCalling getCompressedTCarray in BE break TCA
Start date:
2013-03-02
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
When TypoScriptFrontendController-getCompressedTCarray is called in BE,
ie. to simulate FE environment and give to getRecordOverlay the possibility to access localization informations stored in TCAcachedExtra, the global TCA array is resetted and the additonal informations from ext_tables.php extensions are no more available.
Solution will be to add new method to allow to get a full TCAcachedExtra informations without resetting TCA array.
Actions