appsembler / figures

Reporting and data retrieval app for Open edX
MIT License
44 stars 37 forks source link

what happens here if `site` isn't in the `context` dict? #87

Open johnbaldwin opened 5 years ago

johnbaldwin commented 5 years ago

what happens here if site isn't in the context dict?

Originally posted by @abeals in https://github.com/appsembler/figures/pull/81/files

johnbaldwin commented 5 years ago

This is a latent bug. Currently, LearnerDetailsSerializer is only called by LearnerDetailsViewSet. However we need to address this and should do so in a global way rather than in each case of a serializer getting called