Skip to content
Snippets Groups Projects
Commit 8cc5f172 authored by Elias Häußler's avatar Elias Häußler Committed by Andreas Kienast
Browse files

[BUGFIX] Properly iterate over extensions in extension manager

When downloading or updating extension using extension manager, the
resulting extensions are now properly iterated using `Object.keys`.
This is necessary since the extensions are provided as objects instead
of simple arrays.

In addition, the relevant methods in ExtensionManagementService now
have proper type declarations and annotations.

Resolves: #101430
Releases: main, 12.4
Change-Id: I112d59326ed5cb788bad919a7b556f7ee95b2b41
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/81953


Tested-by: default avatarAndreas Kienast <a.fernandez@scripting-base.de>
Reviewed-by: default avatarAndreas Kienast <a.fernandez@scripting-base.de>
Tested-by: default avatarcore-ci <typo3@b13.com>
parent 43289631
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment