You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When receiving the email sent via approve_approval_email to the administrators, the admin_url just goes to the all users page and not to the pending users' filtered view.
I tracked the issue down to the URL that is being created. The URL generated is using the wrong url parameter. It uses new_user_approve_filter=pending instead of new_user_approve_filter-top=pending, notice the "-top".
When receiving the email sent via approve_approval_email to the administrators, the admin_url just goes to the all users page and not to the pending users' filtered view.
I tracked the issue down to the URL that is being created. The URL generated is using the wrong url parameter. It uses
new_user_approve_filter=pending
instead ofnew_user_approve_filter-top=pending
, notice the "-top".Here is the line where the parameter is incorrect:
https://github.com/picklewagon/new-user-approve/blob/ea615a3634df638a6c53ad5461e39b0e102e09fd/new-user-approve.php#L427
If you want I can create a pull request with this fix.
The text was updated successfully, but these errors were encountered: