The media form field type inside subform is not using my default media manager (JCE)
This is just for comparison, the first field does not exist.
<fieldset name="basic"> <field name="myimage" type="media" preview="tooltip" directory="" label="My image" description="" /> <field name="subform" type="subform" formsource="path/to/file/item.xml" min="1" max="10" multiple="true" layout="joomla.form.field.subform.repeatable" groupByFieldset="true" label="Subform" description="Subform Field Description" /> </fieldset>
And item.xml:
<fieldset name="image"> <field name="myimage" type="media" preview="tooltip" directory="" label="My image" description="" /> </fieldset>
Both fields must use the same media manager, JCE in this case.
The field outside subform is using jce media manager and the other uses the joomla default media manager
Windows 10
localhost
apache 2.4.23
php 7.0.18
mysql 5.7.14
Joomla 3.6.5
This was also tested with Joomla 3.7.0, with the same results.
Labels |
Added:
?
|
Category | ⇒ | com_plugins |
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-05-08 18:05:49 |
Closed_By | ⇒ | brianteeman |
@brianteeman why would it be a jce issue when "media" is the field used in both cases?
Sorry to say but this is an issue for JCE to resolve