Bolt: [BUG] Select fields inside repeaters are not displaying results

Created on 28 Jul 2017  Â·  5Comments  Â·  Source: bolt/bolt

When using a select field that populates from a content type inside a repeater it shows no results.

Details

  • Relevant Bolt Version: 3.2.17
  • Install type: Composer install
  • PHP version: 7.1
  • Used web server: Apache 2.4
  • For UX/UI issues: Chrome 59.0.3071.115

Reproduction

normalselect:
    type: select
    values: menus/id,title
menus:
    type: repeater
    fields:
        repeaterselect:
            type: select
            values: menus/id,title

Result

untitled

bug

Most helpful comment

I can confirm it works!

All 5 comments

Good news, @zomars! This is fixed in #6845 and is included in 3.3.0 and will be in 3.2.18 when tagged shortly (we held off on 3.2.18 as we wanted to get 3.3.0 out, and to give it a chance to see if we missed anything else).

Time travelling :koala: strikes again :wink:

@GawainLynch I'm afraid not. 6845 was included in 3.2.17: https://github.com/bolt/bolt/blob/3.2/changelog.md

This might be an additional area that needs a tweak.

Ugh… reopening then … and going on the hunt for that :koala: first!

I can confirm it works!

Closed by #6865

Was this page helpful?
0 / 5 - 0 ratings