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

AJAX Loading taxonomy values in bulk edit broken since ACF 6.3.2 #176

Closed tflight closed 3 months ago

tflight commented 3 months ago

Since ACF 6.3.2, whenever I try to bulk edit a taxonomy for a particular post type (select multiple posts --> Bulk actions --> Edit --> Apply --> uncheck "Do not change" --> click the select2 menu) I just get "The results could not be loaded". Reverting to ACF 6.3.1.2 works. I haven't debugged enough to know if this is an ACF issue or an ACF QuickEdit Fields issue.

mcguffin commented 3 months ago

Thanks for the intel! ACF has changed the nonce parameter name, so the request doesn't verify. Update coming soon!

fionchadd commented 2 months ago

Hi there - I'm commenting on this issue rather than opening a new one because I think my issue is related. I'm trying to bulk edit a "post select" field on posts, but I get the same "The results could not be loaded" message in the select2 menu - again, the feature works with the previous ACF version.

I updated to version 3.3.7 of the ACF QuickEdit plugin but the issue still remains so I just wanted to flag it.

Let me know if you need any further info (or want me to open a separate issue).

Thanks!