openfun / richie

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

🐛(frontend) filter learner list by organization #2339

Closed rlecellier closed 3 months ago

rlecellier commented 4 months ago

Users mustn't see learner for organization they don't have access to. This will be handle by joanie's backend but for now, we need to add a filter on all available organization id for the logged user

FIXME: Joanie don't have needed filter on organization_ids (see filters on joanie)