Actions
Bug #88066
closedInstall - wrong value returned in function executeDatabaseSelectAction
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Install Tool
Target version:
-
Start date:
2019-04-03
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
According to the reporting by Robin Scholz on Slack, on typo3/sysext/install/Classes/Controller/InstallerController.php
the wrong "true" value is returned at the lines 572-581 (latest master) https://github.com/TYPO3/TYPO3.CMS/blob/28a25f4f39a186fdcaaea0e01f9d91aacb4881a2/typo3/sysext/install/Classes/Controller/InstallerController.php#L572-L581:
} else { return new JsonResponse([ 'sucess' => true, 'status' => [ new FlashMessage( 'You must select a database.', 'No Database selected', FlashMessage::ERROR ), ], ]); }
Also, sucess
is spelled wrong.
Thanks Robin for your findings!
Btw the issue is present also on 9.5.5, but at different lines (568-577)
Actions