Actions
Bug #85262
closedLoading order of scheduler and indexed_search affects indexed_search scheduler tasks
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2018-06-15
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.6
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If indexed_search is loaded before scheduler, the tables are not added to the scheduler options.
In my PackageStates.php indexed_search was included before scheduler so the array $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['scheduler']['tasks'][\TYPO3\CMS\Scheduler\Task\IpAnonymizationTask::class]['options']['tables'] don't exists and is not manipulated.
Actions