Actions
Bug #85317
closedScheduler Tasks do not respect the storpagePid as given in TypoScript
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
scheduler
Target version:
-
Start date:
2018-06-20
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When a scheduler task is registered in some extension, during execution that task does not bear any references to the extension it belongs to. For example default storage PID's when defined in TypoScript of that extension is completely ignored.
That way, tasks cannot access the database without hardcoding the storage PID.
What to expect:
Tasks should load and respect settings made in TypoScript like any other part of TYPO3.
Actions