Active
Project:
Lupus Decoupled Drupal
Version:
1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
16 Jul 2024 at 17:36 UTC
Updated:
4 Sep 2024 at 14:14 UTC
Jump to comment: Most recent
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.