Actions
Bug #70510
closedEpic #69841: Roll out of ModuleTemplate API
About and About modules (and more?) still show "path" in upper right
Start date:
2015-10-08
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Stabilization Sprint
Description
See screeni, those where not show before.
This path should actually be disabled, but the call does not work:
protected function initializeView(ViewInterface $view) { /** @var BackendTemplateView $view */ parent::initializeView($view); // Disable Path $view->getModuleTemplate()->getDocHeaderComponent()->setMetaInformation([]); }
Files
Actions