Actions
Bug #46603
closedFolder Tree View does not respect _temp_ and _recycler_ functionality
Start date:
2013-03-23
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.1
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The Folder Tree View does not respect temp and recycler settings.
The file list itself does that, because there is a wrong use of "getIdentifier".
You can see that the foldertree does not show "Temporary" but "_temp_"
because the comparison fails every time. The file list works however.
Updated by Gerrit Code Review over 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/19222
Updated by Gerrit Code Review over 11 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/19222
Updated by Gerrit Code Review over 11 years ago
Patch set 1 for branch TYPO3_6-0 has been pushed to the review server.
It is available at https://review.typo3.org/19238
Updated by Benni Mack over 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 8be37d5b9ab3dbbbc5633955616e9bec7fd318ee.
Actions