Project

General

Profile

Actions

Bug #80660

closed

TCA show userfunc columns

Added by Harald Holzmann about 7 years ago. Updated almost 4 years ago.

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.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #86092: Do not fetch type=none fields from db in list moduleClosed2018-09-03

Actions
Actions

Also available in: Atom PDF