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 #2

Updated by Mathias Schreiber over 8 years ago

  • Category set to 1609
Actions #3

Updated by Andreas Kienast over 8 years ago

  • Assignee set to Andreas Kienast
Actions #4

Updated by Gerrit Code Review over 8 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

Actions #5

Updated by Gerrit Code Review over 8 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

Actions #6

Updated by Andreas Fernandez over 8 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #7

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF