Actions
Bug #41941
closedFolder: getSubfolders() does not return correct array keys
Status:
Closed
Priority:
Should have
Assignee:
Category:
File Abstraction Layer (FAL)
Target version:
Start date:
2012-10-12
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Currently, the getSubfolders() method of the folder object returns an array with numerical keys. This is quite unhandy when we want to quickly sort the list by filename, or get one special element. Therefore, the list should have the filename as keys, as it is done for the file list already.
Updated by Gerrit Code Review about 12 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/15858
Updated by Anonymous about 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 1d93ada90191fed0d72ee1f2ce402855e589f184.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions