Make WordPress Core

Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#50998 closed defect (bug) (fixed)

Editing posts using bottom "Bulk actions" dropdown menu doesn't work

Reported by: krstarica's profile Krstarica Owned by: audrasjb's profile audrasjb
Milestone: 5.5.1 Priority: high
Severity: normal Version: 5.5
Component: Quick/Bulk Edit Keywords: has-patch
Focuses: Cc:

Description

The issue appeared after update to WordPress 5.5.

Steps to reproduce:

1) Visit "All Posts" page: /wp-admin/edit.php?post_status=publish&post_type=post

2) Tick box next to any post

3) Scroll to bottom of the page

4) Click "Bulk actions" dropdown menu, select "Edit" and click "Apply".

5) WordPress auto-scrolls to top of the page and "BULK EDIT" block appears.

6) Change anything in the "BULK EDIT" block, e.g. change Status or Sticky field.

7) Click "Update".

8) WordPress doesn't make any change and displays "No posts found" message.

When using "Bulk actions" dropdown menu from the top of the page, instead the one from the bottom, it behaves properly, i.e. changes the post and displays "1 post updated".

Change History (11)

#1 @SergeyBiryukov
4 years ago

  • Milestone changed from Awaiting Review to 5.5.1

Thanks for the ticket!

At a glance, this seems similar to #50882, probably another manifestation of the issue tntroduced in [48134] / #46872.

Moving to 5.5.1 for investigation.

#2 @SergeyBiryukov
4 years ago

#51036 was marked as a duplicate.

This ticket was mentioned in Slack in #core by sergey. View the logs.


4 years ago

#4 @audrasjb
4 years ago

As per today's bug scrub: this issue will be fixed in 5.5.1 when [48134] will be reverted.

#5 @audrasjb
4 years ago

  • Priority changed from normal to high

#6 @audrasjb
4 years ago

  • Keywords commit added

As per today's bug scrub, the decision is to revert the changes done in changeset [48134] to fix the issue in WP 5.5.1 and to reopen the ticket to take another look and see how this can be fixed.

Same goes for #50882

#8 @audrasjb
4 years ago

  • Keywords has-patch added; commit removed

#9 @audrasjb
4 years ago

  • Owner set to audrasjb
  • Status changed from new to accepted

#10 @SergeyBiryukov
4 years ago

  • Resolution set to fixed
  • Status changed from accepted to closed

In 48866:

Quick/Bulk Edit: Revert [48134] to address the bottom "Bulk actions" dropdown not functioning properly on Posts and Users list tables.

A better solution for the original issue will be explored in a future release.

Props audrasjb, garrett-eclipse, webzunft, Krstarica, chunkysteveo, SergeyBiryukov.
Fixes #50882, #50998. See #46872.

#11 @SergeyBiryukov
4 years ago

In 48867:

Quick/Bulk Edit: Revert [48134] to address the bottom "Bulk actions" dropdown not functioning properly on Posts and Users list tables.

A better solution for the original issue will be explored in a future release.

Props audrasjb, garrett-eclipse, webzunft, Krstarica, chunkysteveo, SergeyBiryukov.
Merges [48866] to the 5.5 branch.
Fixes #50882, #50998. See #46872.

Note: See TracTickets for help on using tickets.