Fix already earned honor PDF certificates.
Learner who have already earned PDF honor certificates in old courses are unable to see the certificate links on dashboard and course progress pages since `course.cert_html_view_enabled` is deprecated and default to True for all courses. PROD-60
Showing
- common/djangoapps/student/helpers.py 2 additions, 0 deletionscommon/djangoapps/student/helpers.py
- common/djangoapps/student/tests/test_certificates.py 4 additions, 4 deletionscommon/djangoapps/student/tests/test_certificates.py
- lms/djangoapps/courseware/tests/test_views.py 8 additions, 13 deletionslms/djangoapps/courseware/tests/test_views.py
- lms/djangoapps/courseware/views/views.py 8 additions, 4 deletionslms/djangoapps/courseware/views/views.py
- openedx/core/djangoapps/certificates/api.py 5 additions, 1 deletionopenedx/core/djangoapps/certificates/api.py
Please register or sign in to comment