Applying Bulk Action should preserve current view
-
In the dashboard, when navigating the user list view (users.php), filtered by a group term, and applying a Bulk Action, I expect to get back to the same view. Instead, applying a Bulk Action will redirect to the plain users.php list.
Steps to reproduce:
– We have a user group of taxonomy “user-group”. We have a term in that taxonomy, called “club-members”.
– Navigate to the page that lists all users belonging to that term:
/wp-admin/users.php?user-group=club-members
– Select a user in that list (by clicking the checkbox), and select an action from the dropdown menu (for example: we remove the user from “club-members”).Expected result:
After clicking “Apply”, we would expect to see the same user list (minus the user that we just removed). This would have several benefits:– We would have a visual confirmation that we successfully removed that user.
– We could proceed with any actions we want to perform on that user group.
– It would be consistent with the behavior of the Posts list.Actual result:
After applying the Bulk Action, we are sent back to the global user list at /wp-admin/users.php
- The topic ‘Applying Bulk Action should preserve current view’ is closed to new replies.