Opened 10 years ago
Closed 10 years ago
#28555 closed defect (bug) (fixed)
Bulk Actions performed when Filter button pressed
Reported by: | layotte | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 4.0 | Priority: | normal |
Severity: | normal | Version: | 4.0 |
Component: | Quick/Bulk Edit | Keywords: | has-patch |
Focuses: | ui, administration | Cc: |
Description
If you select a Bulk Action and then click the Filter button, it performs the Bulk Action.
Attached patch adds name to Bulk Apply button and verifies the Bulk Apply name has been passed through _REQUEST before returning current_action in class-wp-list-table.php. This seems to have fixed it for all cases in my testing.
Attachments (3)
Change History (14)
#2
@
10 years ago
- Keywords commit added
Confirmed. Nice catch and nice report!
class-wp-list-table.php.diff fixes it for me.
28555.diff just regenerates the patch from root with braces.
#3
@
10 years ago
- Owner set to SergeyBiryukov
- Resolution set to fixed
- Status changed from new to closed
In 28766:
#4
@
10 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
This commit is breaking plugin activation.
#6
@
10 years ago
Ah, dang... looks like plugins.php is the odd man out when it comes to row-actions.
Note: See
TracTickets for help on using
tickets.
regenerated + braces