Problem/Motivation
In some field_layout implementations (like ui_patterns one), there is no default_region set on the layout. In this case, field groups are created but never show in the UI.
Proposed resolution
If the default_region is NULL, use 'hidden' instead.
Remaining tasks
Patch
Review
Commit
User interface changes
None.
API changes
None.
Data model changes
None.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | field_group_default_region_not_null-2991400-2.patch | 665 bytes | duaelfr |
Comments
Comment #2
duaelfrHere we go :)
Comment #4
nils.destoop commentedThx for the patch, I committed it to dev
Comment #7
duaelfrThanks a lot!