No Code Attached Yet J3 Issue
avatar muuvmuuv
muuvmuuv
12 Jun 2018

Repeatable field not working with a modal_article-field.

Steps to reproduce the issue

  1. add a repeatable with 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 -->

Expected result

Show up two modals. Repeatable and Article selection.

Actual result

Nothing happens

System information (as much as possible)

OSX 10.13.5 (17F77)
Chrome 67.0.3396.79
Joomla 3.8.8

Additional comments

avatar muuvmuuv muuvmuuv - open - 12 Jun 2018
avatar joomla-cms-bot joomla-cms-bot - change - 12 Jun 2018
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 12 Jun 2018
avatar franz-wohlkoenig franz-wohlkoenig - change - 12 Jun 2018
Category com_content
avatar dgrammatiko
dgrammatiko - comment - 12 Jun 2018

modal fields are really very poorly coded, it might be very hard to fix it without B/C break...

avatar franz-wohlkoenig franz-wohlkoenig - change - 12 Jun 2018
Status New Discussion
avatar fede91it
fede91it - comment - 14 Jun 2018

Bad news here...

How we can help with those tests?

avatar okonomiyaki3000
okonomiyaki3000 - comment - 18 Jun 2018

Not sure if it's worth it to fix this for J3. J4 is possible #20788

avatar brianteeman brianteeman - change - 2 Aug 2018
Labels Added: J3 Issue
avatar brianteeman brianteeman - labeled - 2 Aug 2018
avatar jwaisner jwaisner - change - 18 Mar 2020
Status Discussion Confirmed
avatar brianteeman
brianteeman - comment - 23 Aug 2022

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

avatar zero-24 zero-24 - change - 23 Aug 2022
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: ?
avatar zero-24 zero-24 - close - 23 Aug 2022

Add a Comment

Login with GitHub to post a comment