Unenroll ajax error (resolved)
-
From the user edit screen, when you click “Unenroll” by a group, the Ajax returns “User not found in group.” It’s because the Ajax is sending in groupid vs. group_id.
In the core-ajax.js file, this line…
jQuery.get(“admin-ajax.php”,{action:”ctxps_remove_group_from_user”,groupid:e,user_id:t}…
Should be …
jQuery.get(“admin-ajax.php”,{action:”ctxps_remove_group_from_user”,group_id:e,user_id:t}…
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Unenroll ajax error (resolved)’ is closed to new replies.