[wp-trac] [WordPress Trac] #65191: deletePluginSuccess does not update counts for custom plugin_status groups
WordPress Trac
noreply at wordpress.org
Tue May 26 08:09:35 UTC 2026
#65191: deletePluginSuccess does not update counts for custom plugin_status groups
--------------------------+-----------------------------
Reporter: andrew.p | Owner: SergeyBiryukov
Type: defect (bug) | Status: reviewing
Priority: normal | Milestone: 7.1
Component: Plugins | Version:
Severity: minor | Resolution:
Keywords: has-patch | Focuses:
--------------------------+-----------------------------
Changes (by ozgursar):
* keywords: needs-testing has-patch => has-patch
Comment:
== Test Report
Patch tested: https://github.com/WordPress/wordpress-develop/pull/11777
=== Environment
- WordPress: 7.1-alpha-62161-src
- Subdirectory: No
- PHP: 8.2.29
- Server: nginx/1.29.4
- Database: mysqli (Server: 8.4.7 / Client: mysqlnd 8.2.29)
- Browser: Chrome 148.0.0.0
- OS: macOS
- Theme: Twenty Twenty-Five 1.5
- MU Plugins: None activated
- Plugins:
* Code Snippets 3.9.6
* Test Reports 1.3.0
=== Steps taken
1. Add the snippet provided in the ticket description
2. Install 2 plugins start with letter a
3. Observe the Demo Group count increase to 2
4. Delete one of them and observe that the count stays the same (as 2)
5. Apply patch and repeat steps
6. Observe that Demo Group count decreases to 1 as expected
7. ✅ Patch is solving the problem
=== Expected result
- After patch, we expect the dynamic tab's count update correctly same as
the hardcoded tabs.
=== Screenshots/Screencast with results
Before: https://files.catbox.moe/qbq8df.mp4
After: https://files.catbox.moe/177r7i.mp4
--
Ticket URL: <https://core.trac.wordpress.org/ticket/65191#comment:5>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list