Actions
Bug #87348
closedTask group is lost when task is executed
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
scheduler
Target version:
-
Start date:
2019-01-07
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
"Task group" is a data serialized in serialized_task_object (`taskGroup`) but it's also duplicated as field `task_group` in table `tx_scheduler_task`.
(like other data in this table)
In this case the task group is lost on execution of the task itself.
Better not duplicate data saving it both as field and as serialized inside a blob field.
Actions