Actions
Bug #97156
openChanging arguments and options in scheduled commands fails
Status:
New
Priority:
Should have
Assignee:
-
Category:
scheduler
Target version:
-
Start date:
2022-03-09
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
8.0
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
To reproduce add a symfony command with attributes and/or options to the scheduler task, change an attribute or options and press save.
The following PHP Warning will appear and the changes are not saved:
Core: Error handler (BE): PHP Warning: Undefined array key "command" in /app/private/typo3/sysext/scheduler/Classes/Task/ExecuteSchedulableCommandAdditionalFieldProvider.php line 100
Actions