Actions
Bug #41715
closedHard-coded "enable" clause
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
Start date:
2012-10-08
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
StorageRepository contains hard-coded "enable" where clause in multiple places:
$whereClause = 'deleted=0 AND hidden=0';
According to TYPO3 standards, there should a call to proper API function depending on the TYPO3_MODE constant.
Updated by Andreas Wolf about 12 years ago
- Category set to File Abstraction Layer (FAL)
- Status changed from New to Accepted
- Target version set to 6.0.0-RC1
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/15445
Updated by Gerrit Code Review about 12 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/15445
Updated by Benni Mack about 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset c799ea9a9db6e794816fed7a1f27aab38e7b5d3d.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions