When looking at the JSON response of the merlin-serializer ( http://localhost:8000/api/simulations/1/ ) the attributes field contains always the same list of strings. I'd expect on only one (or a few) strings.
In RecordStorageFacility.py I use TheMaintenance.attributes.add("budget") to add attributes.
When looking at the JSON response of the merlin-serializer ( http://localhost:8000/api/simulations/1/ ) the
attributes
field contains always the same list of strings. I'd expect on only one (or a few) strings.In
RecordStorageFacility.py
I useTheMaintenance.attributes.add("budget")
to add attributes.Here is a part of the JSON response: