Opened 11 months ago
#60785 new enhancement
Bulk editing of posts (and pages) use a GET
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | 6.4.3 |
Component: | Administration | Keywords: | |
Focuses: | Cc: |
Description
WordPress issues a GET with the arguments for doing a bulk edit, which means a limit of around 60 edits in one go (due to a 1000+ symbol limit).
Any reason why bulk edits aren't done via POST? Is it due to 303 POST/GET conversion? Any other way to solve it so (only) POST could be used?
Example of URL causing the issue (I tried to edit merely 600 posts):
Thanks in advance.
Note: See
TracTickets for help on using
tickets.