-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
WP has had bulk actions a long time. The problem with them is that they use GET requests. Post list is a form, and each checkbox is a new input, so selecting a lot (150+) of posts will lead to a broken URL, which can be both terrifying and annoying to users.
The issue exists with WP, but it should be possible to go around it. Either by sending the form ids with JS, or by adding some UI.
I was thinking of adding a "append to export" button that would simple append new submissions to the last exported file, but that would still require manual work, so using JS is a more suitable option.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels