Bug #85656
closedAfter logout from install tool the screen suggests to create the ENABLE* file, but it still exists due to KEEP_FILE
100%
Description
For testing purposes I have a ENABLE_INSTALL_TOOL file with the "KEEP_FILE" content.
After logging out of the standalone install tool, the screen is shown as if the file does not exist.
I think there is a missing check for the permanent ENABLE_INSTALL_TOOL file.
Updated by Guido Schmechel over 6 years ago
Hi Markus,
this would maybe a simple check in Http/RequestHandler.php
if ($this->checkEnableInstallToolFile()) {
$response = $controller->showLoginAction($request);
} else {
$response = $controller->showEnableInstallToolFileAction($request);
}
But i think this a UX topic. If there is a KEEP_FILE string in the ENABLE_INSTALL_TOOL, the "lock" button should not be visible.
Updated by Susanne Moog about 6 years ago
- Target version changed from 9 LTS to Candidate for patchlevel
Updated by Gerrit Code Review over 4 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63831
Updated by Gerrit Code Review over 4 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63831
Updated by Gerrit Code Review over 4 years ago
Patch set 1 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63853
Updated by Georg Ringer over 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset c55525cf5b71f769640263121cf784d128c4604b.