When using Display Suite 8.x-2.x dev the field ui breaks on display suite fields inside the field groups.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | fieldgroup-compatibility-with-variants-patch-included-2604994-4.patch | 2.32 KB | danielbeeke |
When using Display Suite 8.x-2.x dev the field ui breaks on display suite fields inside the field groups.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | fieldgroup-compatibility-with-variants-patch-included-2604994-4.patch | 2.32 KB | danielbeeke |
Comments
Comment #2
danielbeeke commentedI think this is a bit quick and dirty, I would like to hear how we can create this functionality in a clean way.
After critics I would like to create a new patch.
Comment #3
danielbeeke commentedI will fix another patch this evening, and test for use with fieldgroup and without fieldgroup.
Comment #4
danielbeeke commentedI don't know how, but the previous patch did not include the adding of the field group preprocess function, and it seem to work. Maybe the code should be inside the field group module. The reason why I did it here is that I think that field group doesn't need to know all the different layouts of ds, but maybe there is a better way.
In this patch is also a fix for variants on templates, see:
https://www.drupal.org/node/2594123
If I need to create two patches, one for each issue, please let me know.
Comment #5
aspilicious commentedRelated fieldgroup issue: https://www.drupal.org/node/2557877
Comment #6
bceyssensThank you for your patch @danielbeeke.
It works perfectly together with field_group patch #2557877: Fields are not grouped when render element key is not elements
Comment #9
aspilicious commented