LEARNER-5989 Update eligible student record modes

Include no-id-professional as an interesting mode to credentials
This commit is contained in:
Bill DeRusha
2018-08-07 16:29:35 -04:00
committed by Dillon Dumesnil
parent eef63fdd81
commit 4d07c9693b

View File

@@ -17,7 +17,7 @@ log = getLogger(__name__)
# "interesting" here means "credentials will want to know about it"
INTERESTING_MODES = CourseMode.VERIFIED_MODES + CourseMode.CREDIT_MODES
INTERESTING_MODES = CourseMode.CREDIT_ELIGIBLE_MODES + CourseMode.CREDIT_MODES
INTERESTING_STATUSES = [
CertificateStatuses.notpassing,
CertificateStatuses.downloadable,