Deleting a user from the admin-user console does not seem to work. it keeps looping at the confirmation dialog.
upon debugging I found that the ID is not coming through as a parameter to Useradmin_Controller_Admin_User->action_delete. (modules\useradmin\classes\useradmin\controller\admin\user.php)
On the initial page load, the ID exists in the URL but in the function $id is null.
Deleting a user from the admin-user console does not seem to work. it keeps looping at the confirmation dialog.
upon debugging I found that the ID is not coming through as a parameter to Useradmin_Controller_Admin_User->action_delete. (modules\useradmin\classes\useradmin\controller\admin\user.php)
On the initial page load, the ID exists in the URL but in the function $id is null.