Bug #87348
closedTask group is lost when task is executed
0%
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.
Updated by Benni Mack over 5 years ago
- Status changed from New to Needs Feedback
Hey Christian,
does this happen on every task or a custom task by a third-party extension?
Thanks for your feedback.
Benni.
Updated by Benni Mack over 5 years ago
- Target version changed from next-patchlevel to Candidate for patchlevel
Updated by Susanne Moog over 4 years ago
I cannot reproduce this issue, do you have any special task configuration / database or anything else that might influence this?
Updated by Riccardo De Contardi over 4 years ago
- Status changed from Needs Feedback to Closed
No feedback since the last 90 days => closing this issue.
If you think that this is the wrong decision or experience the issue again and have more information about how to reproduce your problem, please reopen it or open a new issue with a reference to this one.
Thank you and best regards
Updated by Riccardo De Contardi over 4 years ago
- Target version deleted (
Candidate for patchlevel)