#64659 closed defect (bug) (fixed)
Misleading error message on bulk actions, if no action has been selected
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 7.0 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Quick/Bulk Edit | Keywords: | has-patch commit |
| Focuses: | ui | Cc: |
Description
Change History (11)
This ticket was mentioned in PR #10978 on WordPress/wordpress-develop by @Presskopp.
2 weeks ago
#1
#3
@
2 weeks ago
- Focuses ui added
- Milestone changed from Awaiting Review to 7.0
- Owner set to joedolson
- Status changed from new to accepted
Given the scope of this change, I'm going to go ahead and milestone for 7.0.
#4
@
7 days ago
Patch Testing Report
Patch Tested: https://github.com/WordPress/wordpress-develop/pull/10978
Environment
- WordPress: 7.0-alpha-20260219.175647
- PHP: 8.4.17
- Server: PHP.wasm
- Database: WP_SQLite_Driver (Server: 8.0.38 / Client: 3.51.0)
- Browser: Chrome 145.0.0.0
- OS: Windows 10/11
- Theme: Twenty Twenty-Five 1.4
- MU Plugins: None activated
- Plugins:
- Test Reports 1.2.1
Steps taken
- In your admin dashboard, head over to Posts.
- Click the top checkbox to select items, and then click Apply.
- Observe the error message displayed before applying and after applying the patch.
- ✅ Patch is solving the problem.
Expected result
- The error message displays "Please select a bulk action before clicking Apply." after clicking Apply without selecting a bulk action.
Additional Notes
- The error message is now more descriptive when a user doesn't select a bulk action.
Screenshots/Screencast with results
This ticket was mentioned in PR #11077 on WordPress/wordpress-develop by @pratiknawkar94.
6 days ago
#5
Trac ticket:
## Use of AI Tools
#6
@
6 days ago
@joedolson I’ve addressed your review comment and pushed an updated PR to help move this ticket forward. Please let me know if anything else is needed.
@joedolson commented on PR #11077:
5 days ago
#10
@joedolson commented on PR #10978:
28 hours ago
#11
Note: See
TracTickets for help on using
tickets.


Improve the bulk action validation notice by distinguishing between:
This prevents misleading feedback when clicking Apply without choosing a bulk action.
Trac ticket: #64659.
## Use of AI Tools
ChatGPT was used to check the correctness of the patch and guide me on the way.