? Pending

User tests: Successful: Unsuccessful:

avatar Fedik
Fedik
29 Feb 2020

Pull Request for Issue #28102 .

Summary of Changes

Fix names calculation for a nested items

Testing Instructions

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

Expected result

works

Actual result

not really

Votes

# of Users Experiencing Issue
1/1
Average Importance Score
5.00

avatar Fedik Fedik - open - 29 Feb 2020
avatar Fedik Fedik - change - 29 Feb 2020
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 29 Feb 2020
Category JavaScript
avatar gaelicwinter
gaelicwinter - comment - 29 Feb 2020

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.

avatar gaelicwinter gaelicwinter - test_item - 29 Feb 2020 - Tested successfully
avatar viocassel
viocassel - comment - 29 Feb 2020

I have tested this item successfully on 2d6def4


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/28134.

avatar viocassel viocassel - test_item - 29 Feb 2020 - Tested successfully
avatar wilsonge wilsonge - change - 29 Feb 2020
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: ?
avatar wilsonge wilsonge - close - 29 Feb 2020
avatar wilsonge wilsonge - merge - 29 Feb 2020
avatar wilsonge
wilsonge - comment - 29 Feb 2020

Nice work - thanks for doing this so fast!

Add a Comment

Login with GitHub to post a comment