[wp-trac] [WordPress Trac] #16392: Quick Edit breaks and loses meta values from 3.0 to 3.1 with custom post types

WordPress Trac wp-trac at lists.automattic.com
Fri Jan 28 04:06:14 UTC 2011


#16392: Quick Edit breaks and loses meta values from 3.0 to 3.1 with custom post
types
-------------------------------+------------------
 Reporter:  Denis-de-Bernardy  |       Owner:
     Type:  defect (bug)       |      Status:  new
 Priority:  normal             |   Milestone:  3.1
Component:  General            |     Version:  3.1
 Severity:  critical           |  Resolution:
 Keywords:  blocker            |
-------------------------------+------------------

Comment (by JustinSainton):

 Testing with dev branch.

 http://svn.wp-plugins.org/wp-e-commerce/branches/3.8-development/

 Refactored everthing to use show_ui in the backend, so the quick edit is
 being handled via WP.  To get it working in both 3.0 and 3.1, we just had
 to add

 {{{
 add_filter( 'manage_wpsc-product_posts_columns',
 'wpsc_additional_column_names' );
 }}}

 Without that hook, it worked fine in 3.1, but not at all in 3.0.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/16392#comment:3>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list