- Issue created by @slayne40
- πΊπΈUnited States john.oltman
Thanks for the post. What is the use case? Is it your intent that people are registering for the paragraph, or the node/entity the paragraph is attached to.
Using Paragraphs to hold a registration field, work correctly with registration_type form-display, but cause issue when i use inline_entity_form_settings form-display.
The node__field_XXX table contains field_XXX_target_id and field_XXX_target_revision_id, the first is set to "0" while the second is correct.
Same for node_revision__field_XXX table.
If i create a new registration and set active, the registration_settings and registration_settings_field_data tables are empty.
On an existing registration, activate the registration correctly fill the table.
Active
3.4
Registration Core
Thanks for the post. What is the use case? Is it your intent that people are registering for the paragraph, or the node/entity the paragraph is attached to.