I am doing bulk updates for comments list with pagination.
I have a view to display list of unpublished comments with pagination.
I am displaying 10 comments and operation is to publish the comments.
Suppose there are 12 unpublished comments.
I am on page 2 and select all comments(2 on second page) to publish. Once the operation is performed, it stays on page 2 with message, "No comments found".
In actual, there are 10 comments present on page 1.
In this case, it should be redirected to page 1 but it is staying on page 2.
Drupal version : 8.9.14
PHP Version: 7.4.15