Opened 14 months ago
Last modified 5 months ago
#62998 new defect (bug)
Deactivate button and search filter on plugin list page
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Awaiting Review | Priority: | normal |
| Severity: | normal | Version: | 6.7.2 |
| Component: | Administration | Keywords: | has-patch |
| Focuses: | administration | Cc: |
Description
Admin backend page: /wp-admin/plugins.php
If a plugin requires an other plugin, then the "Deactivate" button on the required plugin is not active. This is okay.
But if you searching plugins (/wp-admin/plugins.php?s=searchstring&plugin_status=all) then the button is active and you can deactivate the required plugin. The button should be not active.
Change History (3)
#1
in reply to:
↑ description
@
14 months ago
Version 0, edited 14 months ago
by
(next)
This ticket was mentioned in PR #8463 on WordPress/wordpress-develop by @snehapatil02.
14 months ago
#2
- Keywords has-patch added
Trac ticket: https://core.trac.wordpress.org/ticket/62998
@mindctrl commented on PR #8463:
5 months ago
#3
@snehapatil2001 can you bring this patch up to date with trunk?
Note: See
TracTickets for help on using
tickets.
The deactivation process should be stopped if a prerequisite plugin is to be deactivated:
"This plugin could not be deactivated because the plugin ... requires it."