Problem/Motivation
I'm having issues with displaying render entity (or any other) formatter for entity reference field (taxonomy term) in custom elements page view (Show Fields).
So no matter which formatter I set, the field is always shown as target_id when checking the view.
Comments
Comment #2
fagoI dont't think we support individual views-field-formatting, you may just take over the whole entity-row rendering to go via custom-elements entity-rendering, and from there on you can use CE-UI to format individual fields.
>So no matter which formatter I set, the field is always shown as target_id when checking the view.
I see, I guess expected behaviour would be at least to get the traditional-rendered drupal markup, right?
Comment #3
fagoComment #4
useernamee commentedThis issue is related to #3395592: Support entity-reference fields in field-style views rows but it is not fixed by it.
Comment #5
useernamee commentedIn
lupus_decoupled/modules/lupus_decoupled_views/src/Plugin/views/style/CustomElements.phpentity references are not rendered as custom elements (seeelsepart). This also introduces errors for multivalue entity references because the sanatization is expects string but recieves array.Since field row plugin is not supported I'm not going to investigate this more.