Project

General

Profile

Actions

Bug #93555

closed

Undefined index 'allowedSubProperties'

Added by Jochen Roth about 3 years ago. Updated about 3 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2021-02-19
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Controller of my Backend Module:

<?php

namespace TYPO3\CMS\PackageManager\Controller;

use TYPO3\CMS\Extbase\Mvc\Controller\ActionController;

class ListController extends ActionController
{
    public function indexAction()
    {
        $this->view->assignMultiple(
            [
                'installed' => [],
                'outdated' =>  [],
                'backendUserFilter' => 'All'
            ]
        );
    }
}

$this->view->assignMultiple triggers this notice when displayErrors is enabled:

Notice: Undefined index: allowedSubProperties in /var/www/html/typo3/public/typo3/sysext/core/Classes/MetaTag/AbstractMetaTagManager.php on line 298

Notice: Undefined index: allowedSubProperties in /var/www/html/typo3/public/typo3/sysext/core/Classes/MetaTag/AbstractMetaTagManager.php on line 298


Files

clipboard-202102191731-qlf5p.png (27.1 KB) clipboard-202102191731-qlf5p.png Jochen Roth, 2021-02-19 16:31
Actions #1

Updated by Gerrit Code Review about 3 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/c/Packages/TYPO3.CMS/+/67971

Actions #2

Updated by Gerrit Code Review about 3 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/c/Packages/TYPO3.CMS/+/67971

Actions #3

Updated by Gerrit Code Review about 3 years ago

Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/67971

Actions #4

Updated by Jochen Roth about 3 years ago

Not an issue in most recent master. This can be closed.

Actions #5

Updated by Christian Kuhn about 3 years ago

  • Status changed from Under Review to Closed
Actions

Also available in: Atom PDF