[TYPO3-core] RFC: Bug #7634: Tabs disappear when BE-editing a record that contains IRRE

Oliver Hader oliver at typo3.org
Mon Mar 17 15:39:43 CET 2008


FYI: Committed to SVN TYPO3_4-2 (rev. 3449)

olly


Oliver Hader schrieb:
> This is a SVN patch request.
> 
> Problem:
> Tabs disappear when IRRE child records use dividers2tabs.
> (a step by step description is available in the bugtracker)
> 
> Solution:
> IRRE child records are rendered with a recursive call back to 
> t3lib_TCEforms. Using a class variable in t3lib_TCEforms 'dividers2tabs' 
> which gets modified by such a call isn't a good idea.
> The solution is to remove this class variable and extend the 
> t3lib_TCEforms::getDynTabMenu() with a new $table parameter to render 
> tabs for.
> 
> Comments:
> This issue was introduced by RFC #6259 (SVN rev. 2741).
> You can test the issue and the bugfix with a test extension available in 
> the bugtracker.
> Thanks to Oliver Klee for tracking down this issue and providing a test 
> extension!
> 
> Bugtracker references:
> http://bugs.typo3.org/view.php?id=7634
> 
> Branch: Trunk
> 
> 
> olly
-- 
Oliver Hader
TYPO3 Core Team


More information about the TYPO3-team-core mailing list