Closed emimaesmith closed 5 years ago
manage.py test
metrics
The PlotDataValueSerializer was not returning the id field utilized by the UI in certain plots. Updated the serializer to always include this field - stripping it out if not populated.
id
Checklist
manage.py test
passesAffected app(s)
metrics
Description of change
The PlotDataValueSerializer was not returning the
id
field utilized by the UI in certain plots. Updated the serializer to always include this field - stripping it out if not populated.