Skip to content

Commit

Permalink
[TASK] Sort extensions in Install Tool module by name
Browse files Browse the repository at this point in the history
Sort the extension settings by the extension key.

Resolves: #86452
Releases: master
Change-Id: I6fb0110820d4a8406f01b617b3279640be9aa743
Reviewed-on: https://review.typo3.org/58470
Reviewed-by: Benni Mack <benni@typo3.org>
Tested-by: TYPO3com <no-reply@typo3.com>
Reviewed-by: Susanne Moog <susanne.moog@typo3.org>
Tested-by: Benni Mack <benni@typo3.org>
Reviewed-by: Andreas Fernandez <a.fernandez@scripting-base.de>
Tested-by: Andreas Fernandez <a.fernandez@scripting-base.de>
  • Loading branch information
georgringer authored and andreaskienast committed Sep 29, 2018
1 parent 8a59210 commit 97fa3cc
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -359,6 +359,7 @@ public function extensionConfigurationGetContentAction(ServerRequestInterface $r
];
}
}
ksort($extensionsWithConfigurations);
$formProtection = FormProtectionFactory::get(InstallToolFormProtection::class);
$view = $this->initializeStandaloneView($request, 'Settings/ExtensionConfigurationGetContent.html');
$view->assignMultiple([
Expand Down

0 comments on commit 97fa3cc

Please sign in to comment.