Actions
Bug #65468
closedInvalid case of listAll in indexed_search info module
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Indexed Search
Target version:
-
Start date:
2015-03-02
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
No
Sprint Focus:
Description
The parameter that is set in \TYPO3\CMS\IndexedSearch\Controller\IndexedPagesController->indexed_info()
is listAll but the value that is checked in main() is listALL.
This can not work ;)
In TYPO3 7 it the indexed_search Backend modules were refactored a lot. The parameter does not seem to be set / used at all as far as I can see.
Updated by Gerrit Code Review over 9 years ago
- Status changed from New to Under Review
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/37469
Updated by Gerrit Code Review over 9 years ago
Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/37470
Updated by Alexander Stehlik over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 3e181e103fa1ede3f5c0c95432b5eceeb8e461cf.
Actions