Opened 8 years ago
Closed 5 years ago
#37804 closed defect (bug) (wontfix)
Can't view other plugin details while updating an active plugin
Reported by: | dlh | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Upgrade/Install | Keywords: | |
Focuses: | Cc: |
Description
Steps to replicate:
- Activate an outdated plugin.
- From
/wp-admin/plugins.php
, click "update now" for the plugin. - While the plugin updates, click the "View details" link for another plugin (or "view version [x.y.z] details" for a plugin with an available update).
- Instead of the details, you get maintenance mode.
The workflow where I encounter this behavior is, with multiple updates available, to start the upgrade for one plugin and try to read the upgrade notes for the next plugin while the last one finishes.
That said, maintenance mode might be the expected behavior, based on ticket:29820#comment:11.
Change History (4)
Note: See
TracTickets for help on using
tickets.
The plugin details modal is basically an iframe loading the information from your site, so yeah a maintenance mode is indeed expected behaviour there.
If we could load the information from dotorg for example, that could be avoided.