Skip to content

Deal with bulk actions being effectively broken #1

@k1sul1

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.

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