Repeatable field not working with a modal_article
-field.
<!-- Fieldset: Dock -->
<fieldset name="dock" label="Dock">
<field name="dock_links" type="repeatable" icon="link" label="Links">
<fieldset hidden="true" repeat="true" addfieldpath="/administrator/components/com_content/models/fields">
<field name="name" type="text" label="Name" description="Social Name" filter="text"/>
<field
name="article"
type="modal_article"
label="Select an article"
select="true"
edit="false"
clear="true"
/>
</fieldset>
</field>
</fieldset>
<!-- ./Fieldset: Dock -->
Show up two modals. Repeatable and Article selection.
Nothing happens
OSX 10.13.5 (17F77)
Chrome 67.0.3396.79
Joomla 3.8.8
Labels |
Added:
?
|
Category | ⇒ | com_content |
Status | New | ⇒ | Discussion |
Bad news here...
How we can help with those tests?
Labels |
Added:
J3 Issue
|
Status | Discussion | ⇒ | Confirmed |
Thank you for raising this issue.
Joomla 3 is now in security only mode with no further bug fixes or new features.
As this issue doesn't relate to Joomla 4 it will now been closed.
If we are mistaken and this does apply to Joomla 4 please open a new issue (and reference this one if you wish) with updated details for testing in Joomla 4.
cc @zero-24
Status | Confirmed | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2022-08-23 13:46:24 |
Closed_By | ⇒ | zero-24 | |
Labels |
Added:
No Code Attached Yet
Removed: ? |
modal fields are really very poorly coded, it might be very hard to fix it without B/C break...