- Issue created by @liquidcms
I posted this more generic issue that impacts many entities: 🐛 Missing global entity support for Views. Needs review , but this may be more specific to paragraphs (possibly not??).
The views field widget doesn't render when added to a paragraph due to this:
if (isset($field_name['entity_type']) && $field_name['plugin_id'] != 'rate_widget_field') {
in RateWidgetField::buildOptionsForm() since entity_type is null for a paragraph id field. Perhaps this check simply isnt required? I can see that entity_field is set to 'id', maybe a better test? Its also possible this is a bug in the Paragraph module in that it may be required to explicitly set this for its entity id field?
Active
3.1
Code