openfun / richie

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

Learner Dashboard - Course list - Filter out Inactive Enrollments #2392

Closed jbpenrath closed 1 month ago

jbpenrath commented 2 months ago

Bug Report

Problematic Behavior In course list view, on learner dashboard, inactive enrollments are displayed that is weird.

Expected behavior/code Only active enrollments should be displayed here.

Possible Solution When Joanie api will allow to filter enrollments by is_active state, we use this filter to retrieve enrollments. https://github.com/openfun/joanie/issues/781