[wp-trac] [WordPress Trac] #61381: Bulk update plugins no longer working when 1 Plugin failed to update

WordPress Trac noreply at wordpress.org
Fri Oct 11 13:55:49 UTC 2024


#61381: Bulk update plugins no longer working when 1 Plugin failed to update
-------------------------------------------------+-------------------------
 Reporter:  rickhaer                             |       Owner:  (none)
     Type:  defect (bug)                         |      Status:  new
 Priority:  normal                               |   Milestone:  6.7
Component:  Plugins                              |     Version:  6.5
 Severity:  normal                               |  Resolution:
 Keywords:  has-testing-info has-screenshots     |     Focuses:
  has-patch needs-testing                        |
-------------------------------------------------+-------------------------

Comment (by jtsternberg):

 E.g. like maybe another method:

 {{{#!js
 wp.updates.maybeSetCardButtonStatus = function( $element, data ) {
         if ( $element && $element.length && 'plugin-information-footer'
 === $element.attr( 'id' ) ) {
                 wp.updates.setCardButtonStatus( data );
         }
 };
 }}}

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/61381#comment:10>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list