User tests: Successful: Unsuccessful:
This fix a bug, when the params tab become empty if one of the field is a subform with own fieldset
Apply patch.
Add next subform field to Custom HTML module (in <fieldset name="options"
):
<field name="test_fields" type="subform" label="test_fields"
filter="FooBar::filterTest" multiple="true" min="1" groupByFieldset="true">
<form>
<fieldset name="test1" label="fieldset 1">
<field name="test_field" type="text" label="TESTFIELD1"/>
</fieldset>
<fieldset name="test2" label="fieldset 2">
<field name="test_field2" type="text" label="TESTFIELD2"/>
</fieldset>
</form>
</field>
Open the module for editing, check the options tab (or where field was added)
you see there all fields, and subform field also
the tab are empty
Status | New | ⇒ | Pending |
Category | ⇒ | Layout |
could not test via patchtester so applied changes manually and it works properly.
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-03-24 23:24:12 |
Closed_By | ⇒ | wilsonge | |
Labels |
Added:
?
|
Thanks!
@N6REJ please test