openfun / richie

:pencil: An opensource CMS to build education portals
https://richie.education
MIT License
256 stars 80 forks source link

🐛(frontend) exclude inactive enrollments in the learner dashboard #2408

Closed jbpenrath closed 1 month ago

jbpenrath commented 1 month ago

Purpose

Currently, in the course list view, inactive enrollments was returned but we do not want to display them. We recently update Joanie enrollment api to be able to filter enrollments through is_active field. So no we can take benefit of this improvement to exclude inactive enrollments.