Actions
Bug #93555
closedUndefined index 'allowedSubProperties'
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
Updated by Gerrit Code Review almost 4 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
Updated by Gerrit Code Review over 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
Updated by Gerrit Code Review over 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
Updated by Jochen Roth over 3 years ago
Not an issue in most recent master. This can be closed.
Updated by Christian Kuhn over 3 years ago
- Status changed from Under Review to Closed
Actions