Actions
Bug #22070
closedFilemounts are unsorted
Start date:
2010-02-06
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
In the folder tree of filelist the filemounts are displayed in the order they are assigned.
Sort them alphabetically.
(issue imported from #M13444)
Files
Updated by Steffen Kamper almost 15 years ago
For any reasons the tree is corrupted with open mounts using first patch.
So i needed to sort the mounts before processing, see v2
I used a key-sorting function for assiciative arrays, maybe we can put it to t3lib_div as it's an useful one.
Updated by Steffen Kamper almost 15 years ago
New patch is much better as it works for any folder trees, eg also for DAM
Updated by Steffen Kamper over 14 years ago
committed to svn,
4_3 rev 6948
trunk rev 6949
Actions