Problem/Motivation
The component list in the webform settings (/admin/config/content/webform) was intended to be a fieldset. But it is not.
It would be better to still make it into a fieldset as the list is quite large and it would be nice to make it collapsible.
Proposed resolution
Fix the fieldset.
Just see the patch in #2, it clearly was a simple, hard to notice, mistake.
Remaining tasks
None.
User interface changes
The component list, which was always intended to be a fieldset, is now really a fieldset.
But the difference is marginal, and functionally there is no difference at all.
API changes
None.
Data model changes
None.
Comments
Comment #2
paulvandenburg commentedThis patch fixes the lost fieldset.
Comment #3
johankleene commentedReviewed and tested. Nice improvement.
Comment #5
liam morlandThanks!