Actions
Bug #69592
closedCannot add scheduled tasks
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2015-09-07
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
It's impossible to add tasks with Typo3 6.2.14
How to reproduce :
. click on 'Scheduler'
. Add a task
The tasks won't be added because a mandatory field "lastexecution_failure" in the database is not filled. This field musn't be mandatory.
See here : https://review.typo3.org/#/c/41994/2/
There is also a second issue when this one is corrected, you cannot add an 'enable' task.
While default value for field 'disable' is set to 0 by default, the code set it to empty so there is an error, see below :
"Incorrect integer value: '' for column 'disable' at row 1"
Actions