Bug: Suggest_Field not working (since last update)

Hey guys,

I’ve built a custom module which has a suggest_field part. It was working perfectly, but seems to have stopped since the last upgrade. It’s now not finding any posts, it just keeps spinning/loading.

Here is the code:

'suggest_field'  => array(
    'type'          => 'suggest',
    'label'         => __('Find Video', 'fl-builder'),
    'action'        => 'fl_as_posts',
    'data'          => 'videos'
),

I’m trying to call my custom Post-Type ‘videos’. This was working fine. I have also tried changing ‘data’ to ‘post’, and it won’t find any of our blog posts either.

Any help would be much appreciated :slight_smile:

Yeah I’m getting the same bug on my custom module.

Hey guys,

This should be fixed on the latest version of the plugin 1.7.2. Give it a shot and let us know how it goes! :slight_smile:

Ben

This seems to work on the suggest field.

But all of the link selection boxes seem to have the same issue.

Hey Hullabaloo,

Again, thanks for the heads up! This has just been fixed from our end and should be out shortly via a maintenance patch.

Ben

Any idea when the maintenance patch will be released?

Thank you.

Hey Hullabaloo,

The BB plugin 1.7.3 is now live. Try updating your plugin to the latest version and see if you still get the problem. :slight_smile:
http://forum.wpbeaverbuilder.com/change-logs/

Ben