Skip to content
Snippets Groups Projects
Commit 6e04328d authored by Philipp Gampe's avatar Philipp Gampe
Browse files

[BUGFIX] Follow-up: Description-field for scheduler-jobs

Add the new field to the list of fields to be save during task
creation.

Resolves: #52696
Releases: 6.2
Change-Id: I4c281535a22318a6a742b25c6196a511bc620e24
Reviewed-on: https://review.typo3.org/24630
Reviewed-by: Philipp Gampe
Tested-by: Philipp Gampe
parent 828436a3
Branches
Tags
No related merge requests found
......@@ -69,6 +69,7 @@ class Scheduler implements \TYPO3\CMS\Core\SingletonInterface {
$fields = array(
'crdate' => $GLOBALS['EXEC_TIME'],
'disable' => $task->isDisabled(),
'description' => $task->getDescription(),
'serialized_task_object' => 'RESERVED'
);
$result = $GLOBALS['TYPO3_DB']->exec_INSERTquery('tx_scheduler_task', $fields);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment