[wp-trac] [WordPress Trac] #37603: Missing visual feedback when deleting themes/plugins
WordPress Trac
noreply at wordpress.org
Tue Aug 9 10:38:29 UTC 2016
#37603: Missing visual feedback when deleting themes/plugins
-----------------------------+---------------------------------------------
Reporter: ocean90 | Owner: ocean90
Type: defect (bug) | Status: closed
Priority: normal | Milestone: 4.6
Component: Plugins | Version: trunk
Severity: normal | Resolution: fixed
Keywords: has-patch | Focuses: ui, javascript, administration
commit |
-----------------------------+---------------------------------------------
Changes (by ocean90):
* status: reviewing => closed
* resolution: => fixed
Comment:
In [changeset:"38227"]:
{{{
#!CommitTicketReference repository="" revision="38227"
Updates: Add visual feedback when deleting themes/plugins.
This corrects the selector for the delete link in
`wp.updates.deletePlugin()` so the text can be changed to 'Deleting…'.
`wp.updates.deleteTheme()` already worked on wp-admin/themes.php but not
on wp-admin/network/themes.php because the network screen is similar to
the plugins list table, this is now fixed too.
The `credential-modal-cancel` handler has been updated to support canceled
delete jobs.
Props swissspidy.
Props jorbin for review.
Fixes #37603.
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/37603#comment:10>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list