openfun / richie

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

🐛(frontend) remove enrollment start on some course run #2268

Closed NathanVss closed 7 months ago

NathanVss commented 7 months ago

We were displaying "enrollment starts on ..." on course run with wrong priorities which resulted in situation where it wasn't making any sense. Additionnally this commit fixes the existing tests that were not passing due to missing await clauses.

Fixes #2254