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 #1

Updated by Harald Holzmann over 6 years ago

  • Assignee set to Georg Ringer
Actions #2

Updated by Georg Ringer over 6 years ago

  • Assignee deleted (Georg Ringer)
Actions #3

Updated by Georg Ringer over 5 years ago

  • Related to Bug #86092: Do not fetch type=none fields from db in list module added
Actions #4

Updated by Christian Eßl over 4 years ago

  • Category set to Backend API
Actions #5

Updated by Christian Eßl about 4 years ago

Can't reproduce this problem on TYPO3 10 master.

Actions #6

Updated by Susanne Moog about 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?

Actions #7

Updated by Riccardo De Contardi almost 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

Actions

Also available in: Atom PDF