• Resolved Sany

    (@sannny)


    Hello,

    I can’t update true/false fields in field groups. For example, I have a field group with a required field. Now I want to change this field to not required. But this is not working! When I press the ‘Update’ button, the changes aren’t applied.

    This problem is related to true/false fields: Choose multiple values, Select2, validation. Changes in text fields are possible.

    Is it only me or does somebody else have this problem?

    I hope you can help me. Thanks for any help you can offer.
    saNNNy

    https://www.ads-software.com/plugins/custom-field-suite/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Matt Gibbs

    (@mgibbs189)

    This should be resolved in the latest version (2.5.6).

    Thread Starter Sany

    (@sannny)

    Yes, now it works. Thanks for the update.

    Hey Matt I can’t find a way to contact you, I had an oppurtiunity to test your plugin (I was working with version 2.4.2) awesome plugin btw.

    Just want to say that at least in this version that I was to debug there was a bug with Front end posting with ACF the posts weren’t indexed correctly when published via the front-end, acf_form() uses save_post with priority of 10, this is what saved the situation for my client :

    In file : facetwp/includes/class-indexer.php, I have added this row:

    add_action('acf/save_post', array($this, 'save_post'), 10);

    Which run the indexer on acf/save_post.

    Sorry for off-topic, hope it helps, best regards!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Can't update true/false fields in field groups!’ is closed to new replies.