Skip to content
Snippets Groups Projects
Commit e441096b authored by Guido Schmechel's avatar Guido Schmechel Committed by Andreas Fernandez
Browse files

[BUGFIX] Make LanguagePackCommand schedulable

Due to a regression the LanguagePackCommand wasn't schedulable.
The command registration is now extended to re-add the flag.

Releases: master
Resolves: #94048
Related: #93174
Change-Id: I61c315229472a733be4e1d28c42d23be7fba0fb9
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/68981


Tested-by: default avatarBenjamin Franzke <bfr@qbus.de>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Reviewed-by: default avatarBenjamin Franzke <bfr@qbus.de>
Reviewed-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
parent 24264f8d
Branches
Tags
No related merge requests found
......@@ -320,7 +320,9 @@ class ServiceProvider extends AbstractServiceProvider
$commandRegistry->addLazyCommand(
'language:update',
Command\LanguagePackCommand::class,
'Update the language files of all activated extensions'
'Update the language files of all activated extensions',
false,
true
);
$commandRegistry->addLazyCommand(
'upgrade:run',
......
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