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

Fix: fix column sort by multiple keys #148

Closed cherbst closed 1 year ago

cherbst commented 1 year ago

If the 'order_by' query var contains an array, columns sort will break. This just catches this case instead of failing and does nothing as sorting by multiple keys is not yet supported by this plugin.

mcguffin commented 1 year ago

Wow, Thanks! That fixed #153 and #154!