[TYPO3-core] RFC: Bug #6456: IRRE - Palettes are not rendered correctly on nesting records using the same table

Martin Kutschker Martin.Kutschker at n0spam-blackbox.net
Tue Oct 30 16:52:17 CET 2007


Oliver Hader schrieb:
> This is a SVN patch request.
> 
> Problem:
> On nesting records of the same table, e.g. parent record is tt_news that
> has child records of tt_news (e.g. "related news"), the palettes are not
> correctly rendered and "disappear".
> 
> Solution:
> The array t3lib_TCEforms::$palettesRendered tracks palettes for a table
> that were already rendered. In the IRRE situation, the children fill
> these array and fool the parent. The solution is to temporarily store
> this information, render the child and restore this information.
> 
> Comments:
> The patch adds a new method to t3lib_TCEforms_inline and I'd like to
> commit this also for the TYPO3_4-1 branch. Some of you might think
> "well, new features/methods are not allowed in current stable" - but in
> this case it's not a feature but more a wrapper.

To me this is a private method and therefor not part of the API.

Masi


More information about the TYPO3-team-core mailing list