Contribute: #983 (RED-2361)
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.
Contribute: #983 (RED-2361)
Problem description: Certificates have a Django signal, when a certificate object is created and has a passing status (
downloadableorgenerating) 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.