Notice: Undefined index: #group_name in field_group_theme_suggestions_alter() (Zeile 89 in modules/contrib/field_group/field_group.module).
Notice: Undefined index: #entity_type in field_group_theme_suggestions_alter() (Zeile 90 in modules/contrib/field_group/field_group.module)
Notice: Undefined index: #bundle in field_group_theme_suggestions_alter() (Zeile 91 in modules/contrib/field_group/field_group.module).This is thrown when using paragraphs and field_group. Patch #2878359: Field groups are not compatible with field layout didn't change anything so I'll create a separate patch because the issue appears with and without #2878359 and it may also happen in other cases, not only in paragraphs I thing.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | field_group-fix_notices-2942075-3.patch | 2.42 KB | anybody |
| #2 | field_group-fix_notices-2942075.patch | 6.58 KB | anybody |
Comments
Comment #2
anybodyPatch attached containing !empty checks which will not break anything but fix the problem. Please review.
Comment #3
anybodySorry the patch from #2 also changed formatting. Corrected patch attached.
Comment #5
nils.destoop commentedThx for the patch, I committed it to dev