Files
edx-platform/lms/djangoapps
Michael Terry 6a41c61adc fix: don't escape assignment names in grades API
We had been pre-escaping display names like 'Math & Science' as
'Math & Science" in the REST API itself - which meant that
consumers like MFEs that do their own escaping displayed the wrong
thing.

It's better for the API to just leave the string as-is. As far as
I know, this only affects the gradebook and progress pages, both
of which do their own escaping of the result from the API already.

AA-808
2021-06-03 11:11:07 -04:00
..
2021-06-03 08:46:21 -04:00
2021-02-19 17:47:37 +05:00
2021-04-14 15:17:32 +05:00