Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing function for render model in the list view with configured reference call #496

Open
baumannsven opened this issue Jun 9, 2019 · 0 comments
Assignees
Milestone

Comments

@baumannsven
Copy link
Member

baumannsven commented Jun 9, 2019

By the label formatter in the data container config, we have missing for get the value from configured referenced table call.

Example:

'label' => [
            'fields'    => ['name', 'module:tl_module.name'],
            'format'    => '%s &nbsp; <span style=;color:#666666">[%s]</span>',
        ]

And for the header fields:

$GLOBALS['TL_DCA']['TABLE']['list']['sorting']['headerFields']
    = ['name', 'module:tl_module.name'];

The second field parameter not work. This we want to implement.

@baumannsven baumannsven added this to the 2.1.4 milestone Jun 9, 2019
@baumannsven baumannsven self-assigned this Jun 9, 2019
@baumannsven baumannsven modified the milestones: 2.1.4, 2.1.5 Jun 17, 2019
@zonky2 zonky2 modified the milestones: 2.1.5, 2.2.0 Aug 26, 2019
@zonky2 zonky2 modified the milestones: 2.2.0, 2.3.0 May 11, 2022
@zonky2 zonky2 modified the milestones: 2.3.0, 2.3.1 Oct 31, 2023
@zonky2 zonky2 modified the milestones: 2.3.1, 2.2.3, 2.4.0 Nov 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants