Make WordPress Core

Opened 5 years ago

Last modified 22 months ago

#48496 new defect (bug)

Filters post_row_actions and page_row_actions not apply at AJAX inline-save action

Reported by: andrejovdienko's profile andrejovdienko Owned by:
Milestone: Awaiting Review Priority: normal
Severity: normal Version: 5.2.4
Component: Quick/Bulk Edit Keywords: reporter-feedback needs-testing-info
Focuses: administration Cc:

Description

At page /wp-admin/edit.php
after inline post/page edit and save
updated table row loads by AJAX
with default actions -
without apply post/page_row_actions filter

Change History (5)

#1 @sabernhardt
5 years ago

  • Component changed from General to Quick/Bulk Edit

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


3 years ago

#3 @webcommsat
3 years ago

  • Keywords reporter-feedback needs-testing-info added

Reporting feedback and needs testing info added to keywords in the bug scrub.

#4 @oglekler
23 months ago

I tested this. In case of Quick edit hooks are working with Ajax as well as in the initial list build, in case of Bulk actions -> Edit we have page reload so, there is no ajax request. I tested it with WordPress version 6.1.1 and 5.2.4, and behaviors are equal.

It is possible that in case of reporter something is removing filters from hook when it is ajax request or not adding them in the first place, and it looks like hooks are not applied.

I suggest someone to have a second look and if the result will be the same as mine, close the ticket.

This ticket was mentioned in Slack in #core-test by oglekler. View the logs.


22 months ago

Note: See TracTickets for help on using tickets.