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

PostObject get_value changed from object to array #172

Closed MarcGuay closed 4 months ago

MarcGuay commented 6 months ago

In this commit https://github.com/mcguffin/acf-quickedit-fields/commit/ba70ca5726508f5ab83601c3e22c4d2fa6e204bf a custom get_value function was created for PostObjects and an exception was added to render_list_column to accomodate the return value. However, when the return value was changed from an object to an array, the accomodation wasn't adjusted (https://github.com/mcguffin/acf-quickedit-fields/commit/e42f11478c6aefa54c7b2adbd74260fd39440afd), leading to the problem seen here https://github.com/mcguffin/acf-quickedit-fields/issues/147.