Skip to content

Deal with bulk actions being effectively broken #1

Description

@k1sul1

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions