Bug #45265
closedSingle tasks are broken
100%
Description
There are several issue with single tasks
- If an enddate is set, saving the task without the disabled checkbox will result in an exception http://wiki.typo3.org/Exception/v4/1250715544
- If a next execution is set, but it is after enddate, then the task will always be shown as late
- switching from a recurring task to a single task will likely result in strange situations
The save action must make sure to clear related fields before saving the task.
The next execution time function must also handle the endtime error more gracefully --> another issue.
Updated by Gerrit Code Review almost 12 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/18106
Updated by Andreas Wolf almost 12 years ago
I'm sorry, but I could not reproduce this on current master...
Updated by Philipp Gampe almost 12 years ago
You need to enable the use of the at daemon in the scheduler extension settings and you need the at daemon on your test system.
Updated by Gerrit Code Review almost 12 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/18106
Updated by Gerrit Code Review almost 12 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/18106
Updated by Gerrit Code Review almost 12 years ago
Patch set 1 for branch TYPO3_6-0 has been pushed to the review server.
It is available at https://review.typo3.org/18173
Updated by Anonymous almost 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 086b8acfb28dca1a69c247a4c2ae4af0acc4073f.
Updated by Gerrit Code Review over 11 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch master_new has been pushed to the review server.
It is available at https://review.typo3.org/18639
Updated by Christian Kuhn over 11 years ago
- Status changed from Under Review to Resolved
Updated by Michael Stucki almost 11 years ago
- Project changed from 739 to TYPO3 Core
- Category changed from scheduler to scheduler
Updated by Christian Kuhn about 7 years ago
- Related to Feature #34227: Scheduler: Allow execution using "at"-daemon added