Actions
Bug #19291
closedTS subkeys of config.admPanel lost when overwriting with page.config.admPanel
Start date:
2008-09-04
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If you set
config.admPanel.label = foo
config.admPanel.innerWrap = <p class="admPanel1"> | </p>
and overwrite it in page.config.admPanel like
config.admPanel.innerWrap = <p class="admPanel2"> | </p>
then admPanel.label is lost.
This is due to config and page.config merging is not recursive. Should be fixed by #19281.
Please set this bug related to #19281 and solve both as soon as #19281 is commited.
(issue imported from #M9293)
Actions