Bug #84632
Updated by Sybille Peters over 6 years ago
Upgrade wizards do wizard does not show executed SQL statements if checkbox is checked. h2. Possible Cause: `UpgradeController::upgradeWizardsExecuteAction` calls `UpradeWizardService::executeWizard()` without second parameter. https://github.com/TYPO3/TYPO3.CMS/blob/c6e4598d7ebd26ef237b13e29f61642a0e2b1ecd/typo3/sysext/install/Classes/Controller/UpgradeController.php#L879 This will always evaluate to false: https://github.com/TYPO3/TYPO3.CMS/blob/c6e4598d7ebd26ef237b13e29f61642a0e2b1ecd/typo3/sysext/install/Classes/Service/UpgradeWizardsService.php#L377