Actions
Bug #21029
closedTCEforms suggest gives no results with custom TSconfig
Start date:
2009-09-10
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When defining custom Page-TSconfig for TCEforms suggest, no results are returned because t3lib_div::array_merge_recursive_overrule() fails when trying to overlay the configuration. The root cause is that the config array is Null if there is no wizard configuration in the TCA.
Take this as an example Page-TSconfig:
TCEFORM.suggest.pages.receiverClass = t3lib_TCEforms_Suggest_DefaultReceiver
(this resembles the default behaviour, so it does not change any functionality, but it illustrates the bug)
(issue imported from #M11920)
Files
Actions