Active
Project:
External Entities
Version:
8.x-2.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
7 Apr 2020 at 15:08 UTC
Updated:
19 Mar 2026 at 10:10 UTC
Jump to comment: Most recent
Comments
Comment #2
murzHave the same issue when trying to attach Drupal Comments to the External Entity, so a working example will be very helpful.
The main issue for me is that the Comment entity can't find the right Entity Storage and the field name.
For example, if we have an External Entity
my_ext_entityand a local annotationmy_ext_entity_annwith a fieldfield_my_comments, the Comments form tries to load themy_ext_entity.annotation_field_my_commentsfield instead of the right onemy_ext_entity_ann.field_my_commentsand fails rendering the form.So, would be great to get a working example of the comments with external entities, could you share it?