Project

General

Profile

Actions

Bug #85262

closed

Loading order of scheduler and indexed_search affects indexed_search scheduler tasks

Added by Jan Kiesewetter almost 6 years ago. Updated over 4 years ago.

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.

https://github.com/TYPO3/TYPO3.CMS/commit/7ca050dfac29fe8d9a52d0e5dd11887a1b73c138#diff-2303e617628370c2746aea6cf15a5968

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

Also available in: Atom PDF