Bug #80660
closedTCA show userfunc columns
0%
Description
I have a TCA-Configured column as a user-func. Here is my configuration:
'image_view' => array( 'exclude' => 1, 'label' => 'Bild', 'config' => array( 'type' => 'user', 'userFunc' => Varioous\VaSocial\Tca\HelperUtility::class . '->getImage' ) )
Now I go to the Backend-List-View. I enable this column to view it in the list view (where uid, hidden etc. is). After applying there comes the message "No data on this page". Because the image_view column makes problems.
I have to comment this column in the tca-configuration -> clear caches and then everything works again.
Should not lead to this error, better error message or gray user_func fields out so you cannot hick them.
Updated by Georg Ringer about 6 years ago
- Related to Bug #86092: Do not fetch type=none fields from db in list module added
Updated by Christian Eßl over 4 years ago
Can't reproduce this problem on TYPO3 10 master.
Updated by Susanne Moog over 4 years ago
- Status changed from New to Needs Feedback
See last comment: Any more hints on how to reproduce the issue on current systems? Do you maybe have an example extension?
Updated by Riccardo De Contardi over 4 years ago
- Status changed from Needs Feedback to Closed
No feedback since the last 90 days => closing this issue.
If you think that this is the wrong decision or experience the issue again and have more information about how to reproduce your problem, please reopen it or open a new issue with a reference to this one.
Thank you and best regards