Actions
Bug #57262
closedInstall Tool: getFolderStatus ajax also being called in Step Installer
Start date:
2014-03-25
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
The Ajax calls to getFolderStatus and getEnvironmentStatus are useful to add the badges in the left menu of the Install Tool.
But they are also being fired when the Step Installer is running (no Left Menu).
It would be more stable if we would only fire these ajax calls when the Left Menu is indeed loaded and not regardless of the page you are in.
Updated by Gerrit Code Review over 10 years ago
- Status changed from Accepted 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/28739
Updated by Wouter Wolters over 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 787385d34f41ed4ddc8e12b7193a2e30728b9b76.
Actions