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

Oliver Hader oh at inpublica.de
Sat Feb 23 17:49:59 CET 2008


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
http://inpublica.de/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0007634.patch
Type: text/x-patch
Size: 3801 bytes
Desc: not available
Url : http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20080223/8461fe88/attachment-0001.bin 


More information about the TYPO3-team-core mailing list