Actions
Bug #23831
closedConfiguration module is hard to find the array key because it's not sorted
Start date:
2010-10-23
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When you explore array in configuration module it's hard to find the array key you are looking for because display order is the init order.
Solution:
sort first level, optionally sort second level
(issue imported from #M16116)
Files
Updated by Steffen Kamper about 14 years ago
The 2nd patch is much better as it sorts the array recursive.
i introduced a new array function in t3lib_div called ksortRecursive, as this might be useful in many other places.
Actions