If you add a field to a feature that belongs in a field group, the field group is currently automaticly added to that feature. That is all fine, except if that field group is already in code in another module, in which case it causes a conflict. This patch adds a check to see if the field group is provided in code by a feature, and it adds that module as a dependency if that's the case.
| Comment | File | Size | Author |
|---|---|---|---|
| field_group-add-dependency.patch | 1.49 KB | fabsor |
Comments
Comment #1
hydra commentedPatch worked well for me! Thanks for your work.
Comment #2
nils.destoop commentedPatch has been committed to dev. Thx for that :)