Project

General

Profile

Actions

Bug #70510

closed

Epic #69841: Roll out of ModuleTemplate API

About and About modules (and more?) still show "path" in upper right

Added by Christian Kuhn over 8 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Category:
Backend API
Target version:
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


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Task #70351: Use ModuleTemplate API for ext:aboutmodulesClosed2015-10-04

Actions
Actions

Also available in: Atom PDF