Actions
Bug #105209
closedDisabled site languages are not shown in site:list command
Start date:
2024-10-06
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
13
PHP Version:
8.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Problem/Description¶
disabled site languages are not shown if you execute TYPO3 cli command site:list
.
ToDo(s)¶
- Enhance
\TYPO3\CMS\Core\Site\Entity\Site::getLanguages
to make it possible (again) by adding an additional parameter - use new parameter to allow fetching also disabled site languages
Acceptance Criteria¶
- site:list shows all languages of a site – no matter if it is disabled or enabled.
Before¶
After¶
Files
Actions