Opened 8 months ago
Closed 8 months ago
#63942 closed defect (bug) (fixed)
Plugin Dependencies: incorrect disabled "Deactivate" row action text when a network active plugin has active dependencies
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 6.9 | Priority: | normal |
| Severity: | normal | Version: | 6.5 |
| Component: | Plugins | Keywords: | has-patch has-test-info commit |
| Focuses: | administration, multisite | Cc: |
Description
Starting in WP 6.5, when a plugin that has dependencies that are active and has active dependencies, the Deactivate row action is disabled.
However, when network active plugin has dependencies that are active, instead of having the Network Deactivate row action disabled, the text of that disabled row action says Deactivate instead of Network Deactivate.
PR coming shortly.
Attachments (4)
Change History (11)
This ticket was mentioned in PR #9774 on WordPress/wordpress-develop by @pbiron.
8 months ago
#1
- Keywords has-patch added
#4
@
8 months ago
- Keywords has-test-info added
Test Report
Description
✅ This report validates that the indicated patch works as expected.
Patch tested: https://github.com/WordPress/wordpress-develop/pull/9774
Environment
- WordPress: 6.8.2
- PHP: 8.4.10
- Server: nginx/1.26.1
- Database: mysqli (Server: 8.0.35 / Client: mysqlnd 8.4.10)
- Browser: Chrome 140.0.0.0
- OS: Windows 10/11
- Theme: Twenty Sixteen 3.6
- MU Plugins: None activated
- Plugins:
- Test Reports 1.2.0
- WPGetAPI 2.2.10
- WPGetAPI API to Posts 1.3.18
Actual Results
- ✅ Issue resolved with patch.
Before Patch: https://prnt.sc/uKi6uiktga2f
After Patch: https://prnt.sc/-qh6sZxO1BA2
#5
@
8 months ago
Test Report
This Report Validates that the indicated patch addresses the issue.
Patch Tested: https://github.com/WordPress/wordpress-develop/pull/9774
Environment:
WordPress - 6.8.2
OS - Windows
Browser - Chrome
Theme: Twenty Twenty Four
PHP - 8.2.27
Active Plugins:
- Contact Form 7
- Conditional Fields for Contact Form 7
Actual Results:
- Issue Resolved with Patch ✅
Supplemental Artifacts
- Attached Screenshots
Fixes #63942