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

Select value is not synced between quick edit Post Object field and a post. #138

Closed domenturek closed 1 year ago

domenturek commented 1 year ago

Hello,

There is an issue with the "Post object" field in our WP. This field is a Post Object field, but when attempting to quick edit it, the field remains blank even if the post object has been correctly selected in the full Edit Post page. This leads to the associated post object being removed if other fields are quick edited and the "Post Object" field is left blank.

Thank you.

XVII commented 1 year ago

Also seeing this issue. We've set it to mandatory in the meantime to make sure it isn't accidentally unset.

XVII commented 1 year ago

This still doesn't work after 3.2.5. Post Object field is still blank when using Quick Edit.

The data returned via admin-ajax.php when loading quick edit is {"success":true,"message":"","data":{"field_615815042caa9":""}} which doesn't reflect the actual value.

It's handled by get_acf_post_meta but that doesn't appear to be a QuickEdit endpoint...

mcguffin commented 1 year ago

Apologies, my fault… Should be fixed for good now.