Skip to content
Snippets Groups Projects
Commit dd1d9787 authored by Oliver Bartsch's avatar Oliver Bartsch
Browse files

[BUGFIX] Execute symfony commands in scheduler as non-interactive

The Scheduler module provides the option to
execute symfony commands. Since those
commands are usually built for CLI execution
they might also contain interactive components
like questions, which however can not be used
when execution is scheduled.

Therefore, the console input is now set to be
non-interactive in the ExecuteSchedulableCommandTask
"wrapper" class.

Resolves: #97225
Releases: main, 11.5
Change-Id: I217c339ea0ef44ff91bcd8396d384227e8691184
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/74018


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
Reviewed-by: default avatarMathias Brodala <mbrodala@pagemachine.de>
Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
parent 1d953654
Branches
Tags
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment