Actions
Bug #103627
closedoptions.hideModules does not seem to work
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend API
Target version:
-
Start date:
2024-04-14
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
I am working on the Documentation of https://github.com/TYPO3-Documentation/Changelog-To-Doc/issues/3
I tried the migration from
- before
mod.web_info.menu.function.TYPO3\CMS\Info\Controller\TranslationStatusController = 0
- after
options.hideModules := addToList(web_info_translations)
In several projects but could not get it working.
Also `options.hideModules := addToList(web_typoscript_analyzer)` does not seem to work either.
Actions