openfun / fun-richie-site-factory

🏭 Site factory to build France Université Numérique's web sites based on https://github.com/openfun/richie
GNU Affero General Public License v3.0
4 stars 2 forks source link

🐛(ademe/funmooc) fix multiple page returned on edx redirect view #197

Closed jbpenrath closed 5 months ago

jbpenrath commented 5 months ago

The view in charge of redirect old OpenEdX urls to the related richie syllabus raises a Page.MultipleObjectReturn error when the course page has snapshot. We fix the queryset to get the main page only.

Resolve #195