[BUGFIX] Realign additional field options and arguments in scheduler task
When editing a scheduler task, it is possible to select console commands. These sometimes contain several field options and arguments, displayed as checkboxes with sometimes additional input fields. With this patch the position of the checkbox is adjusted to the FormEngine markup. In addition, additional information about the individual fields is no longer displayed in the field label itself, but as a field description below the field label. The description of the command, which is already part of the selection field, is no longer displayed below the same field. Resolves: #102437 Releases: main, 12.4 Change-Id: I2b98f9c7f5c3353a66fa7865b19d9590a96c8265 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/81872 Tested-by:core-ci <typo3@b13.com> Tested-by:
Jasmina Ließmann <minapokhalo+typo3@gmail.com> Reviewed-by:
Jasmina Ließmann <minapokhalo+typo3@gmail.com>
Showing
- typo3/sysext/scheduler/Classes/Controller/SchedulerModuleController.php 1 addition, 0 deletions...cheduler/Classes/Controller/SchedulerModuleController.php
- typo3/sysext/scheduler/Classes/Task/ExecuteSchedulableCommandAdditionalFieldProvider.php 39 additions, 20 deletions...Task/ExecuteSchedulableCommandAdditionalFieldProvider.php
- typo3/sysext/scheduler/Resources/Private/Partials/AddEditAdditionalFields.html 23 additions, 0 deletions...r/Resources/Private/Partials/AddEditAdditionalFields.html
- typo3/sysext/scheduler/Tests/Unit/Task/ExecuteSchedulableCommandAdditionalFieldProviderTest.php 2 additions, 2 deletions.../ExecuteSchedulableCommandAdditionalFieldProviderTest.php
Please register or sign in to comment