Actions
Bug #80660
closedTCA show userfunc columns
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend API
Target version:
-
Start date:
2017-04-03
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
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.
Actions