axelerant / custom-bulkquick-edit

Custom Bulk and Quick Edit plugin for WordPress
https://wordpress.org/plugins/custom-bulkquick-edit
GNU General Public License v2.0
13 stars 1 forks source link

Checkboxes in a checklist of terms are not preselected when loading quickedit panel #51

Closed michael-cannon closed 10 years ago

michael-cannon commented 10 years ago

Okay, partially fixed with #50 suggestions. Need to figure out why quick edit section itself isn't refreshing.

michael-cannon commented 10 years ago

Look into extending http://wpseek.com/get_inline_data/ and in turn loading custom post meta to a similar div like woocommerce_inline_. Then update JavaScript from using shown column entries and cull from direct data.

michael-cannon commented 10 years ago

Could hook into page_row_actions or post_row_actions. See wp-admin/includes/class-wp-posts-list-table.php +682

michael-cannon commented 10 years ago

Those hooks don't go as expected. Need to run own version of get_inline_data which combines custom post meta and taxonomy bits.