Support

Account

Forum Replies Created

  • I can confirm the bug was not present in 5.1.7.1 .
    For a travel agency web site I have two nested repeaters (Room Type > Prices) so that they can insert prices for double room, triple room, etc and for several dates for each room type.

    The price repeater has conditional logic to show the price field only for the selected room type; it worked perfectly till yesterday, when I updated to 5.1.9.1 .
    Now every time I try to save a post, I get an error stating that 6 fields are missing (e.g. if I typed values for double room prices, the missing fields are for single, triple and quadruple room price).

    Fortunately I was able to downgrade to 5.1.7.1 from a backup.

  • @bokorir I’m trying to achieve almost the same result using select2: the main difference is that I’m querying an external source (MongoDB returning json data).

    I have copied most of the code from the taxonomy field and I looked at post_object, too.
    As you, if I specify
    $field['ui'] = 1;
    the select field is rendered in the HTML code but it remains hidden.
    If I remove the ‘ui’ setting or change it to 0, the select field is shown but it is disabled.

    Did you manage to solve this problem?

    Thanks,
    Roberto

Viewing 2 posts - 1 through 2 (of 2 total)