? Success

User tests: Successful: Unsuccessful:

avatar Fedik
Fedik
16 Jul 2016

Summary of Changes

This fix a default values for "max" and "groupByFieldset" properties, for subform field.

Testing Instructions

Use "Custom HTML" module and add subform field into the module xml:

<field name="field-name" type="subform" formsource="modules/mod_custom/test1.xml" 
   multiple="true"  label="Subform Field" description="Subform Field Description" />

and create simple form xml in modules/mod_custom/test1.xml:

<?xml version="1.0" encoding="UTF-8"?>
<form>
    <field name="test_text" type="text"
        label="test_text" description="test_text" />

    <field name="test_textarea" type="textarea"
        label="textarea"   />
</form>

expected result
You should see the subform inputs, with possibility to add new row.

actuall result
the subform is empty, and you can add only one row

avatar Fedik Fedik - open - 16 Jul 2016
avatar Fedik Fedik - change - 17 Jul 2016
Title
Subform field, fix default value for "max" and "groupByFieldset"
Fix for subform field: fix default value for "max" and "groupByFieldset"
avatar brianteeman brianteeman - change - 17 Jul 2016
Category Fields
avatar toniedw toniedw - test_item - 17 Jul 2016 - Tested successfully
avatar toniedw
toniedw - comment - 17 Jul 2016

I have tested this item successfully on c599253


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/11158.
Thanks for creating this field, already using it in an extension.

avatar brianteeman brianteeman - test_item - 3 Aug 2016 - Tested successfully
avatar brianteeman
brianteeman - comment - 3 Aug 2016

I have tested this item successfully on c599253

Thanks


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

avatar brianteeman brianteeman - change - 3 Aug 2016
Status New Ready to Commit
avatar brianteeman
brianteeman - comment - 3 Aug 2016

RTC


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

avatar SiteOp
SiteOp - comment - 19 Aug 2016

Successfully tested. Perfect.


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

Add a Comment

Login with GitHub to post a comment