Actions
Bug #18202
closedIssues with expand/collapse of child records
Start date:
2008-02-13
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When i create a child with IRRE i want to fill out data for it, but it's collapsed. So i need a click more to expand child.
Mostly childs have mandatory fields so this is very confusing to most of the users
(issue imported from #M7511)
Files
Updated by Oliver Hader almost 17 years ago
I attached patch which solves the following things:
- expand/collapse state of new child records was not stored correctly to BE_USER->uc
- collapseAll was not evaluated correctly
- expandSingle was not evaluated correcty on creating new child records
Updated by Oliver Hader over 16 years ago
Committed to SVN:
- TYPO3_4-1 (rev. 3400) --> TYPO3 4.1.7
- TYPO3_4-2 (rev. 3401)
Actions