User tests: Successful: Unsuccessful:
Pull Request for Issue #28102 .
Fix names calculation for a nested items
Please look for detail #28102 .
Can use this xml for testing:
<field name="items" type="subform" label="Items" multiple="true">
<form>
<field name="itemtext" type="text" label="Item Text" />
<field name="subitems" type="subform" label="Subitems" multiple="true" >
<form>
<field name="subitemtext" type="text" label="Subitem Text" />
</form>
</field>
</form>
</field>
Place somewhere, (eg in "Module Custom") and try add remove the fields
works
not really
Status | New | ⇒ | Pending |
Category | ⇒ | JavaScript |
I have tested this item
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-02-29 23:26:55 |
Closed_By | ⇒ | wilsonge | |
Labels |
Added:
?
|
Nice work - thanks for doing this so fast!
I have tested this item✅ successfully on 2d6def4
Tested using nested subforms.
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/28134.