Show programs for expired entitlements

The dashboard was not showing related programs for expired but
fulfilled entitlements.

LEARNER-3608
This commit is contained in:
Michael Terry
2017-12-18 14:01:41 -05:00
parent ca46bfcf06
commit 4fe60eb1e4
4 changed files with 20 additions and 7 deletions

View File

@@ -120,7 +120,6 @@ class ProgramProgressMeter(object):
program_list = inverted_programs[course_uuid]
if program not in program_list:
program_list.append(program)
continue
for course_run in course['course_runs']:
course_run_id = course_run['key']
if course_run_id in self.course_run_ids: