Actions
Bug #20061
closedProbelem saving expanded state of child records
Start date:
2009-02-20
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When using the Powermail extension with IRRE the expanded/collapsed state of fieldsets is saved (I already disabled "collapseAll").
The state of the child records (tx_powermail_fields) should be saved too.
I removed the "array_unique" in the function "setExpandedCollapsedState" and everything is working fine.
What's the purpose of "array_unique" in the function "setExpandedCollapsedState"?
I also added the "nonEmptyValues" parameter to the two "trimExplode" calls to prevent empty array values in "$expandUids/$collapseUids".
(issue imported from #M10503)
Updated by Benni Mack about 14 years ago
Actions