Actions
Bug #101976
closedEXT:scheduler: Remove task while in edit form throws error
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
scheduler
Target version:
-
Start date:
2023-09-20
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
13
PHP Version:
8.1
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Steps to reproduce:
- create a new scheduler task, save & exit
- edit the newly created task and click on the "Delete" button
Stack dumps, shortened:
(1/1) TypeError TYPO3\CMS\Scheduler\SchedulerManagementAction::tryFrom(): Argument #1 ($value) must be of type string, array given in /var/www/html/typo3/sysext/scheduler/Classes/Controller/SchedulerModuleController.php line 180 ... $queryAction = SchedulerManagementAction::tryFrom($queryParams['action'] ?? '') ?? SchedulerManagementAction::LIST; ... at TYPO3\CMS\Scheduler\SchedulerManagementAction::tryFrom(array('delete' => '8'))
The scheduler task can be removed normally in the list view of the scheduler module.
Files
Updated by Georg Ringer 6 months ago
- Status changed from New to Closed
this has been fixed and also can't reproduce it anymore
Actions