nuvoleweb / ui_patterns

[NOTE] Development has moved to https://drupal.org/project/ui_patterns
https://drupal.org/project/ui_patterns
GNU General Public License v2.0
85 stars 56 forks source link

Field Group not working #335

Closed andrerdiogo closed 2 years ago

andrerdiogo commented 2 years ago

I'm trying to set up a pattern using field groups and whenever I set the pattern and the nested fields below it, the "Destination" field does not save when I click update, but doesn't show any errors either. However, when I go to the config .yml file, the field group and the correct mapping are there.

Furthermore, when trying to load the node, i keep getting an 'undefined index' error: Notice: Undefined index: destination in Drupal\ui_patterns_field_group\Plugin\field_group\FieldGroupFormatter\PatternFormatter->preRender() (line 105 of modules/contrib/ui_patterns/modules/ui_patterns_field_group/src/Plugin/field_group/FieldGroupFormatter/PatternFormatter.php).

Any thoughts?

swim commented 2 years ago

@andrerdiogo did you get this working? Seeing a similar issue