Skip to content
Snippets Groups Projects
Unverified Commit 8c5a0b4a authored by Dillon-Dumesnil's avatar Dillon-Dumesnil Committed by GitHub
Browse files

Merge pull request #18759 from edx/bderusha/pni-records

LEARNER-5989 Update eligible student record modes
parents 7933b512 4d07c969
No related branches found
Tags release-2021-06-07-11.14
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment