Actions
Bug #79556
closedView TSconfig fields content doesn't work
Start date:
2017-01-30
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
"View TSconfig fields" mode in "Info" module in "Page TSconfig content viewer" doesn't work, getting error
Uncaught TYPO3 Exception Argument 2 passed to TYPO3\CMS\Core\Imaging\IconFactory::getIconForRecord() must be of the type array, null given
Could be fixed by adding one more check on line 106 in typo3/sysext/info_pagetsconfig/Classes/Controller/InfoPageTyposcriptConfigController.php
if ($k !== 'uid_0' && $k !== 0)
Files
Actions