Bug #79556
closedView TSconfig fields content doesn't work
0%
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
Updated by Georg Ringer almost 8 years ago
- Status changed from New to Needs Feedback
can you give a bit more informaiton how to reproduce? thanks!
Updated by Pixelant Developer almost 8 years ago
- File tcHgE2Uz9Q.png tcHgE2Uz9Q.png added
Georg Ringer wrote:
can you give a bit more informaiton how to reproduce? thanks!
1. Go to "Info" module in "Web" section.
2. Choose a root page.
3. Choose from dropdown "View TSconfig fields content"
4. See screenshot
Updated by Riccardo De Contardi almost 8 years ago
I am not able to reproduce it with the current master...
Updated by Benni Mack almost 8 years ago
- Target version changed from 8.6 to 8 LTS
Updated by Mona Muzaffar over 7 years ago
- Status changed from Needs Feedback to Closed
i am closing this ticket, since i can't reproduce it in the current master.
If you think that this is the wrong decision or experience this issue again, then please reopen this ticket or open a new ticket and add a relation to this ticket number.