Closed
Description
Describe the Bug
If using bulk editing, checkboxes are not cleared after a successful operation. This seems counter-intuitive UX.
Link to the code that reproduces this issue
https://github.com/payloadcms/payload/tree/main/test/versions
Reproduction Steps
CleanShot.2025-06-18.at.11.24.39.mp4
pnpm dev versions
- Open Draft Posts
- Select multiple documents
- Press publish
The documents will still be checked.
Which area(s) are affected? (Select all that apply)
area: core
Environment Info
Payload v3.43.0
Activity
akhrarovsaid commentedon Jun 18, 2025
Hey @denolfe
So the selections should be toggled off after a publish many, but how about the other selection actions (edit many, unpublish many)? Should a successful action in general toggle all selections off?
denolfe commentedon Jun 18, 2025
To me, it makes most sense to uncheck all after any successful operation. Definitely up for discussion though.
fix(ui): toggle list selections off on successful bulk action (#12861)
github-actions commentedon Jun 27, 2025
🚀 This is included in version v3.44.0
github-actions commentedon Jul 5, 2025
This issue has been automatically locked.
Please open a new issue if this issue persists with any additional detail.