vidi icon indicating copy to clipboard operation
vidi copied to clipboard

Using TCA type group relations is broken

Open fnagel opened this issue 3 years ago • 0 comments

When using a relation property of type group as a column neither the facet (empty suggestions) nor the rendering in table does work (no label rendering). In addition, a JS error is thrown:

image

My configuration looks like this:

'office.tx_myextension_domain_model_office' => [
    'renderers' => [
        'Fab\Vidi\Grid\RelationRenderer',
    ],
],

I'm using TYPO3 11.5.19 and 980fe89105f85d01168d6a3c99f307ba0fa2ce7f.

fnagel avatar Nov 23 '22 08:11 fnagel