? ? Pending

User tests: Successful: Unsuccessful:

avatar regularlabs
regularlabs
16 Sep 2021

This PR makes it possible to add a class="..." to a subform via the XML of your extension.

<field name="foobar" type="subform"
	label="FOO_BAR"
	multiple="true"
	class="my-special-class"
>
...

After applying this patch, you should be able to see this in the HTML output:

<joomla-field-subform class="subform-repeatable my-special-class" ...

Also works on the repeatable table layout, when applying this to the XML field tag:

	layout="joomla.form.field.subform.repeatable-table"
avatar regularlabs regularlabs - open - 16 Sep 2021
avatar regularlabs regularlabs - change - 16 Sep 2021
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 16 Sep 2021
Category Layout
avatar Fedik Fedik - test_item - 16 Sep 2021 - Tested successfully
avatar Fedik
Fedik - comment - 16 Sep 2021

I have tested this item successfully on 350ee77


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

avatar maikol-ortigueira maikol-ortigueira - test_item - 17 Sep 2021 - Tested successfully
avatar maikol-ortigueira
maikol-ortigueira - comment - 17 Sep 2021

I have tested this item successfully on 350ee77


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

avatar Fedik Fedik - change - 17 Sep 2021
Status Pending Ready to Commit
avatar Fedik
Fedik - comment - 17 Sep 2021

rtc


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

avatar wilsonge wilsonge - change - 19 Sep 2021
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2021-09-19 12:19:17
Closed_By wilsonge
Labels Added: ? ?
avatar wilsonge wilsonge - close - 19 Sep 2021
avatar wilsonge wilsonge - merge - 19 Sep 2021
avatar wilsonge
wilsonge - comment - 19 Sep 2021

Thanks!

avatar regularlabs
regularlabs - comment - 19 Sep 2021

Thanks!

Add a Comment

Login with GitHub to post a comment