User tests: Successful: Unsuccessful:
Pull Request for Issue #35677 .
After #24711 the fieldname is always empty (for subform fields which added in XML),
that leads to incorrect data-base-name attribute.
Please follow #35677
Apply patch,
Add subform somwhere in XML, example in Custom HTML module:
<field type="subform" name="foobar" label="subform" multiple="true">
<form>
<field type="text" name="text" label="text" />
</form>
</field>And look for data-base-name attribute of each section of the field.
The attribute always like __fieldX
The attribute equal to field name like foobar
none
| Status | New | ⇒ | Pending |
| Category | ⇒ | Libraries |
I have tested this item
Tested in User Options -> Email Domain Options -> Add Email Domains
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 | ⇒ | 2021-11-01 13:30:24 |
| Closed_By | ⇒ | richard67 | |
| Labels |
Added:
?
?
|
||
Thanks
Thank you.
@PhocaCz please test