Project

General

Profile

Bug #99878

Updated by Josef Glatz over 1 year ago

h1. Problem 

 # Adding a new recurring scheduler task without end date "fails":https://github.com/typo3/typo3/blob/5c3a64a1c53bfb7e262d131cc8a7bb188124b787/typo3/sysext/scheduler/Classes/Controller/SchedulerModuleController.php#L775 (an end date is always needed)    *→ This is already fixed by* #99175 
 # An end date is added in the renderEditTaskFormView automatically!! if saving of a new you edit an existing recurring scheduler task fails due to validation errors 
 #* existing scheduler tasks are not affected 

 * Could not find the cause in reasonable time. 
 * Fails with PHP 8.1 and PHP 8.2 
 * Could not reproduce in latest stable 11.5 TYPO3 release

Back