mcguffin / acf-quickedit-fields

WordPress Plugin implementing Column Displaying, QuickEdit and BulkEdit for Advanced Custom Fields (ACF)
https://wordpress.org/plugins/acf-quickedit-fields/
GNU General Public License v3.0
359 stars 49 forks source link

Post Object field no longer loading items with latest versions #177

Open fionchadd opened 1 month ago

fionchadd commented 1 month ago

Hi there

I have a Post Object field in ACF which allows the selection of a single item from a custom post type. I have it set up to show in the quick edit / bulk edit view on the All Posts page.

Since ACF 6.3.2 the select box has been broken, saying "results cannot be loaded" instead of showing the available items.

I think the issue is related to this issue: https://github.com/mcguffin/acf-quickedit-fields/issues/176 but it has persisted with the latest version of ACF QuickEdit Fields.

Many thanks Hannah