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
Updated by Christian Kuhn about 9 years ago
Updated by Gerrit Code Review about 9 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/44357
Updated by Gerrit Code Review about 9 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/44357
Updated by Andreas Fernandez about 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 01eed2c41dc7049177cf8159c85f679bd5fb7e70.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions