Use the joomla cli to change the state of a scheduled task
php cli/joomla.php scheduler:state
and follow the prompts
The state is changed
The state is always set to be enabled
Path: joomla-cms\libraries\src\Console\TasksStateCommand.php if we state is valid then value of the state should be itself, right?
i've experienced this times ago forgot to sumbit my dirty fix #37591
Path: joomla-cms\libraries\src\Console\TasksStateCommand.php
if we state is valid then value of the state should be itself, right?