Actions
Bug #101681
closedClassloading information is not removed after extension uninstall
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2023-08-14
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
After an extension is uninstalled the classloading information is still available and not removed.
- Validate check if bootstrap_package is installed
- check autoload_classmap to CONTAIN bootstrap_package entries
- check autoload_psr4 to CONTAIN bootstrap_package entries
- go to extension manager
- uninstall bootstrap_package
- check autoload_classmap to still CONTAIN bootstrap_package entries
- check autoload_psr4 to still CONTAIN bootstrap_package entries
Expected behaviour
- Entries removed
Files
Updated by Gerrit Code Review over 1 year ago
- Status changed from New to Under Review
Patch set 5 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/80546
Updated by Benjamin Kott over 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset b3c2ce4e9c14f6d873a22a725b0a1a93dbe35104.
Actions