openedx/frontend-app-learner-dashboard

Not able to un-enroll

Closed this issue · 3 comments

Description:

When a learner tries to un-enroll from a course, the URL shows it's successful, but there is no change.
The record remain active in admin model and the enrollment is unchanged.

** Steps to reproduce **

  • Go to Dashboard

  • Click on 3 buttons & Click on Unenroll
    image

  • Click on "Unenroll"
    image

  • Fill or don't fill the survey and submit
    image

  • Check on URL in request and click "Return to dashboard"
    image

Expected Behavior

  • Should unenroll from that course

Actual behavior

  • The course is still present and the user is still enrolled

This issue is raised as result of discussion from this forum post

Specs

Tutor :- 17.0.1 & 17.0.2
Open edX :- quince.1 & quince.2
Frontend-app-learner-dashboard :- quince.1 & quince.2

@MaxFrank13 and/or @jsnwesson, is this a known issue? (Beyond this report, of course.) Has anybody looked into it, yet?

@arbrandes this bug was resolved in Learner Dashboard and backported to Quince.2/3, as was mentioned in the forum post where this discussion was captured. The PR is #273 . It could be the bug wasn't able to be resolved in Quince.1, but I'm not sure.

If it's solved in any Quince point release, we're good! Thanks @jsnwesson!