Make WordPress Core

Opened 7 years ago

Closed 7 years ago

#41407 closed defect (bug) (fixed)

Updating a plugin from the Plugin Install Screen throws a JavaScript error

Reported by: imath's profile imath Owned by: swissspidy's profile swissspidy
Milestone: 4.9 Priority: normal
Severity: normal Version: 4.6
Component: Upgrade/Install Keywords: has-patch shiny-updates
Focuses: administration Cc:

Description

Hi,

/wp-admin/js/updates.js when refreshing the screen to decrement the count needs window._wpUpdatesItemCounts to be set. This is done using wp_localize_script() in the regular plugins list table. But this is not done in the plugin *install* list table.

When going into the Plugin Install screen having a plugin to upgrade we get this :

https://cldup.com/U0tmTYg-Dr.png

If from there i click on the "Update Now" button, i get this result :

https://cldup.com/NWin8FrfHg.png

The plugin is updated, but the screen is not refreshed. Bubbles in the WP Admin Bar and in the menu still show there's one plugin to upgrade.

https://cldup.com/bwTZrH0S9G.png

And there's actually a JavaScript error because window._wpUpdatesItemCounts is undefined.

Using the patch i'm adding to this ticket, it's solving the issue.

Attachments (2)

41407.patch (3.5 KB) - added by imath 7 years ago.
41407.diff (3.4 KB) - added by swissspidy 7 years ago.

Download all attachments as: .zip

Change History (6)

@imath
7 years ago

#1 @imath
7 years ago

  • Keywords has-patch added

#2 @swissspidy
7 years ago

  • Keywords shiny-updates added
  • Milestone changed from Awaiting Review to 4.9
  • Owner set to swissspidy
  • Status changed from new to reviewing

@swissspidy
7 years ago

#3 @swissspidy
7 years ago

  • Version changed from trunk to 4.6

In 41407.diff I refreshed the patch to apply cleanly again.

#4 @swissspidy
7 years ago

  • Resolution set to fixed
  • Status changed from reviewing to closed

In 41612:

Upgrade/Install: Fix updating plugins on the Add Plugins screen.

Props imath.
Fixes #41407.

Note: See TracTickets for help on using tickets.