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
Problem description: Certificates have a Django signal, when a certificate object is created and has a passing status (downloadable or generating) but the course or the grading change, and it ends up in a non passing grade for the learner, the certificate change automatically to notpassing.
That's fine except when there is an Exception certificate created from the instructor dashboard, then it should never change to notpassing.
The text was updated successfully, but these errors were encountered:
Contribute: #983 (RED-2361)
Problem description: Certificates have a Django signal, when a certificate object is created and has a passing status (
downloadable
orgenerating
) but the course or the grading change, and it ends up in a non passing grade for the learner, the certificate change automatically tonotpassing
.That's fine except when there is an Exception certificate created from the instructor dashboard, then it should never change to
notpassing
.The text was updated successfully, but these errors were encountered: