Actions
Bug #89561
closedUpdate language packs gets stuck if there is no active language pack
Status:
Closed
Priority:
Should have
Assignee:
Category:
Backend User Interface
Target version:
-
Start date:
2019-10-31
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
langauge packs, langaueg manager
Complexity:
Is Regression:
Sprint Focus:
Description
Since v9 it is possible to update backend language packs by using the "Manage Language Packs" card in the "Maintenance" module.
However if there is yet no active language pack installed and one clicks the "Update all" button, following progress bar is show:
At this point the whole card gets stuck and is not usable anymore. Only closing and reopening helps.
The reason is a missing check in the "updatePacks" method which should check if there is at least 1 pack to update before entering the update process.
Files
Actions