Fixed Strange redirect after deleting User

Kirby

Well-known member
Affected version
2.0
I am not fully sure if this is a bug, but I find this behaviour pretty stange:

If I delete a user from admin.php?users/list&order=register_date I do get redirected to the use search form after confirming the deletion.

I expected that the user entry would be removed via AJAX or that I am redirect to the list after the deletion has taken place.
 
We've sorted this for the next release. When deleting a user, we'll return you to the page you were viewing, rather than a specific page, unless you were already editing that user, in which case you'll just be returned to the user list.
 
Top Bottom